This commit is contained in:
tamaina 2021-12-30 00:53:22 +09:00
parent a44a43ed0f
commit 57ee704595

View file

@ -41,8 +41,6 @@ export class Storage<T extends StateDef> {
return promise; return promise;
} }
private connection = stream.useChannel('main');
constructor(key: string, def: T) { constructor(key: string, def: T) {
this.key = key; this.key = key;
this.deviceStateKeyName = `pizzax::${key}`; this.deviceStateKeyName = `pizzax::${key}`;