Skip to content

Commit

Permalink
fix: tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Jan 10, 2024
1 parent 1fc4ae3 commit 606eb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/front/src/main.tsx
Expand Up @@ -25,7 +25,7 @@ import { Loader } from "@/components/loader";

// TODO: Find a better way to handle this buffer error
/* eslint-disable */
window.Buffer = window.Buffer || Buffer;
(window as any).Buffer = (window as any).Buffer || Buffer;

ReactDOM.createRoot(document.getElementById("root")!).render(
<React.Fragment>
Expand Down

0 comments on commit 606eb61

Please sign in to comment.