1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-07 11:05:18 +02:00

add missing import statement to fix the error when delete a document.

This commit is contained in:
Mingwei Peng 2019-03-18 10:32:50 +11:00
parent 674fc5c972
commit f42fdcceaf

View File

@ -1,5 +1,6 @@
import { deferred } from './deferred';
import { log } from 'util';
import * as firebase from 'firebase';
export const itemService = {
async getItem(id) {