Skip to content

Commit

Permalink
locations: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Apr 8, 2024
1 parent fe5dcc0 commit 5d417c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ function makeLocationApp(params) {
return window.get_gtk_application_id() === null;

return true;
} catch (e) {
} catch {
return false;
}
});
Expand Down

0 comments on commit 5d417c0

Please sign in to comment.