1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

fix syntax error (preventing prettier formatting)

This commit is contained in:
Kim, Jimin 2023-07-26 22:15:59 +09:00
parent 22d5e56138
commit d6da8fdfc8
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -60,12 +60,10 @@ let csp = [
if (is.development && !port) {
console.error('ERROR: Please define SERVER_PORT env var');
Api.exit(mainWindow, '', false);
return;
};
if (app.isPackaged && !app.requestSingleInstanceLock()) {
Api.exit(mainWindow, '' ,false);
return;
};
remote.initialize();