chore: format
This commit is contained in:
parent
29da813170
commit
a49f9c33ef
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ type StateDef = Record<
|
||||||
type ArrayElement<A> = A extends readonly (infer T)[] ? T : never;
|
type ArrayElement<A> = A extends readonly (infer T)[] ? T : never;
|
||||||
|
|
||||||
const stream = useStream();
|
const stream = useStream();
|
||||||
const connection = isSignedIn(me) ? stream.useChannel("main") : null;
|
const connection = isSignedIn(me) ? stream.useChannel("main") : null;
|
||||||
|
|
||||||
export class Storage<T extends StateDef> {
|
export class Storage<T extends StateDef> {
|
||||||
public readonly key: string;
|
public readonly key: string;
|
||||||
|
|
Loading…
Reference in a new issue