Fix merge issue

This commit is contained in:
Tom Coleman 2020-03-02 22:46:28 +11:00
parent 6c5b216be9
commit cee92e2236

View File

@ -102,6 +102,7 @@ export default class StoryStore extends EventEmitter {
this._revision = 0;
this._selection = {} as any;
this._error = undefined;
this._channel = params.channel;
this.setupListeners();
}