fix
This commit is contained in:
parent
a44a43ed0f
commit
57ee704595
|
@ -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}`;
|
||||||
|
|
Loading…
Reference in New Issue