Skip to content

Commit

Permalink
Comment out unused (at the moment) code to allow build
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Feb 18, 2024
1 parent bb67192 commit fd78bbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/extension/omnibar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,11 @@ mq.evt.on('newScreenedCheer', (data) => {
const overriddenTypes = data as unknown as never;
omnibar.value.miniCredits.runCheers.push(clone(overriddenTypes));
});
mq.evt.on('donationFullyProcessed', (data) => {
// DISABLED FOR NOW (ESAW24).
/* mq.evt.on('donationFullyProcessed', (data) => {
const overriddenTypes = data as unknown as never;
omnibar.value.miniCredits.runDonations.push(clone(overriddenTypes));
});
}); */

// Pushes our "mini credits" to the alert queue.
sc.on('timerStopped', () => {
Expand Down

0 comments on commit fd78bbe

Please sign in to comment.