fix
This commit is contained in:
parent
a44a43ed0f
commit
57ee704595
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@ export class Storage<T extends StateDef> {
|
|||
return promise;
|
||||
}
|
||||
|
||||
private connection = stream.useChannel('main');
|
||||
|
||||
constructor(key: string, def: T) {
|
||||
this.key = key;
|
||||
this.deviceStateKeyName = `pizzax::${key}`;
|
||||
|
|
Loading…
Reference in a new issue