Skip to content

Commit 7c298dd

Browse files
committed
Make firestack(__, name) param optional until it's implemented
1 parent 39e6eef commit 7c298dd

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
@@ -34,7 +34,7 @@ export default class Firestack extends Singleton {
3434
* @param options
3535
* @param name - TODO support naming multiple instances
3636
*/
37-
constructor(options: Object, name: string) {
37+
constructor(options: Object, name?: string) {
3838
const instance = super(options);
3939

4040
instance.options = options || {};

0 commit comments

Comments
 (0)