remove ts fix

This commit is contained in:
Philip Peterson 2024-12-08 04:41:12 -09:00
parent 80656dd5d7
commit beccaa95e0
No known key found for this signature in database
GPG key ID: 354311183FC6519B
2 changed files with 2 additions and 2 deletions

View file

@ -238,6 +238,6 @@ app.on('open-file', (_event, path) => {
app.on('open-url', (_event, sshUrl) => {
GetWindow((win: BrowserWindow) => {
win.rpc.emit('open ssh', parseUrl(sshUrl) as any);
win.rpc.emit('open ssh', parseUrl(sshUrl));
});
});

View file

@ -109,7 +109,7 @@
"cpy-cli": "^5.0.0",
"cross-env": "7.0.3",
"electron": "28.3.3",
"electron-builder": "26.0.0-alpha.6",
"electron-builder": "29.30.0",
"electron-link": "^0.6.0",
"electron-mksnapshot": "^28.3.0",
"electronmon": "^2.0.3",