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 dc8a467 commit 4841eb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/event-producer/src/bus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ export const postMessage = (message: OutageStartError | TidalMessage) => {
});
globalThis.dispatchEvent(event);
};

const someLegacyCode = () => {
console.error('please delete me');
};

0 comments on commit 4841eb1

Please sign in to comment.