Skip to content

Commit

Permalink
Remove unused ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-M-Lucas committed Apr 27, 2024
1 parent 4ae7bfe commit 9da080f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/test firestore/TestFirestore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ export function TestFirestorePage() {
<button className="mb-4" onClick={() => {
const needs = round(faker.number.float({min: 0, max: 0.5}), 2);
const wants = round(faker.number.float({min: 0, max: 0.5}), 2);
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
setUserPrefs(auth.currentUser!, UserPrefs.newChecked(needs, wants)).then(() => setUpdate(update + 1));
}}>Randomise
</button>
Expand Down

0 comments on commit 9da080f

Please sign in to comment.