Skip to content

Commit

Permalink
Hotfix: Duplicate lock
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicnessTwo committed Jan 12, 2024
1 parent f678c65 commit 57f8cf8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ let config = {
};
const streamStatuses = {};
const notificationTitle = 'Stream Lurker';
const gotTheLock = app.requestSingleInstanceLock({
locked: true
})
const gotTheLock = app.requestSingleInstanceLock();

/**
Expand Down

0 comments on commit 57f8cf8

Please sign in to comment.