Remove unused require statement in openExternalLink function

This commit is contained in:
Agampreet Singh
2024-05-08 00:16:54 +05:30
parent ed0e90c451
commit e60ffc52c9

View File

@@ -67,7 +67,6 @@ async function checkForUpdates() {
}
async function openExternalLink(url) {
const { shell } = require("electron");
await shell.openExternal(url);
}