Skip to content

Commit 4494eea

Browse files
committed
Fix missing promisify in disconnect.js, add flow
1 parent d97c21e commit 4494eea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/modules/database/disconnect.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
/* @flow */
12

23
import { NativeModules } from 'react-native';
4+
import promisify from './../../utils/promisify';
35
import Reference from './reference';
46

57
const FirestackDatabase = NativeModules.FirestackDatabase;

0 commit comments

Comments
 (0)