Skip to content

Commit

Permalink
Remove unnecessary assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Castle committed Oct 12, 2024
1 parent 054fda6 commit 067d955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ window.plugin.explore.State = class {
body: msg,
requireInteraction: true,
}
const note = new Notification('Exploring stopped', opts);
new Notification('Exploring stopped', opts);
this.status = msg;
} else {
this.status = 'Stopped';
Expand Down

0 comments on commit 067d955

Please sign in to comment.