chore: lint
This commit is contained in:
@@ -9,7 +9,7 @@ interface SocketState {
|
|||||||
setId: (id: string) => void;
|
setId: (id: string) => void;
|
||||||
};
|
};
|
||||||
|
|
||||||
class SocketStore implements Partial<SocketState>{
|
class SocketStore implements Partial<SocketState> {
|
||||||
socket = null;
|
socket = null;
|
||||||
id = '';
|
id = '';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user