Skip to content

Commit 8130c99

Browse files
committed
Fix flow definition for firestack.store()
1 parent 3b8efaf commit 8130c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/firestack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default class Firestack extends Singleton {
189189
/**
190190
* Redux store
191191
**/
192-
get store(): Object {
192+
get store(): ?Object {
193193
return this._store;
194194
}
195195

0 commit comments

Comments
 (0)