Skip to content

Commit

Permalink
Update rockstar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsroka committed Jul 31, 2024
1 parent 6bb57db commit 956dcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockstar/rockstar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@
return o;
}

// Listen to message from background.js.
// Listen to message from service_worker.js.
if (window.chrome && chrome.runtime.onMessage) chrome.runtime.onMessage.addListener(function (request, _, sendResponse) {
getJSON("/api/v1/groups").then(groups => {
groups = groups
Expand Down

0 comments on commit 956dcfb

Please sign in to comment.