diff --git a/package-lock.json b/package-lock.json index 64263a7..85d174f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.15.0", "copyfiles": "^2.4.1", - "electron": "git+https://github.com/castlabs/electron-releases#v32.0.0+wvcus", + "electron": "git+https://github.com/castlabs/electron-releases#v31.1.0+wvcus", "electron-builder": "~24.9.4", "eslint": "^8.57.0", "js-yaml": "^4.1.0", diff --git a/package.json b/package.json index a79097b..9bd83db 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.15.0", "copyfiles": "^2.4.1", - "electron": "git+https://github.com/castlabs/electron-releases#v32.0.0+wvcus", + "electron": "git+https://github.com/castlabs/electron-releases#v31.1.0+wvcus", "electron-builder": "~24.9.4", "eslint": "^8.57.0", "js-yaml": "^4.1.0", diff --git a/src/scripts/discord.ts b/src/scripts/discord.ts index d092e24..c9c058e 100644 --- a/src/scripts/discord.ts +++ b/src/scripts/discord.ts @@ -109,7 +109,7 @@ const getActivity = (): DRPC.Presence => { presence.startTimestamp = startTimestamp; presence.endTimestamp = endTimestamp; } - } + } }; /** diff --git a/tsconfig.json b/tsconfig.json index 5440346..89364cb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,6 @@ "resolveJsonModule": true, "esModuleInterop": true, "baseUrl": ".", - "allowSyntheticDefaultImports": true, "paths": { "*": ["node_modules/*"] }