Skip to content

Commit

Permalink
disable eslint for one place
Browse files Browse the repository at this point in the history
  • Loading branch information
SuveenE committed Jan 16, 2025
1 parent 505791d commit 810e999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default function Home() {
const [sessionId, setSessionId] = useState<string>("");
const [isO1, setIsO1] = useState(false);
useEffect(() => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const uuid = crypto.randomUUID().slice(0, 6);
setSessionId("Game 8 - gpt-4o");
}, []);
Expand Down

0 comments on commit 810e999

Please sign in to comment.