File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- import { TypedEventEmitter } from "../models/typed-event-emitter " ;
17+ import { EventEmitter } from "events " ;
1818
1919export enum LocalStorageErrors {
2020 Global = 'Global' ,
@@ -33,5 +33,5 @@ export enum LocalStorageErrors {
3333 * maybe you should check out your disk, as it's probably dying and your session may die with it.
3434 * See: https://github.com/vector-im/element-web/issues/18423
3535 */
36- class LocalStorageErrorsEventsEmitter extends TypedEventEmitter < LocalStorageErrors > { }
36+ class LocalStorageErrorsEventsEmitter extends EventEmitter { }
3737export const localStorageErrorsEventsEmitter = new LocalStorageErrorsEventsEmitter ( ) ;
You can’t perform that action at this time.
0 commit comments