Skip to content

Commit 1e92985

Browse files
committed
Fix flow definition for firestack.store()
1 parent 7c298dd commit 1e92985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/firestack.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default class Firestack extends Singleton {
192192
/**
193193
* Redux store
194194
**/
195-
get store(): Object {
195+
get store(): ?Object {
196196
return this._store;
197197
}
198198

0 commit comments

Comments
 (0)