Skip to content

Commit

Permalink
fake change
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHaff committed Feb 27, 2024
1 parent 4841eb1 commit 2e2c057
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/event-producer/src/bus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export const postMessage = (message: OutageStartError | TidalMessage) => {
globalThis.dispatchEvent(event);
};

// @ts-expect-error this is for testing ci only
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const someLegacyCode = () => {
console.error('please delete me');
};

0 comments on commit 2e2c057

Please sign in to comment.