mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
Remove unused require statement in openExternalLink function
This commit is contained in:
@@ -67,7 +67,6 @@ async function checkForUpdates() {
|
||||
}
|
||||
|
||||
async function openExternalLink(url) {
|
||||
const { shell } = require("electron");
|
||||
await shell.openExternal(url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user