chore: format

This commit is contained in:
Lhcfl 2024-04-22 11:02:35 +08:00
parent 29da813170
commit a49f9c33ef

View file

@ -17,7 +17,7 @@ type StateDef = Record<
type ArrayElement<A> = A extends readonly (infer T)[] ? T : never;
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> {
public readonly key: string;