Misc linting fixes.
This commit is contained in:
@@ -5,7 +5,7 @@ import Store from "../store/store";
|
||||
const ipcMainHandleAuthStateChanged = async (
|
||||
event: IpcMainEvent,
|
||||
user: User | null
|
||||
) => {
|
||||
): Promise<void> => {
|
||||
Store.set("user", user);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user