Skip to content

Commit

Permalink
chore: no explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
ThEditor committed Sep 18, 2024
1 parent e131863 commit cb9d81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/leaderboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface LeaderboardData {
tpoints: number;
}

const explicitForce = true;
const explicitForce = false;

const LeaderboardPage: React.FC = () => {
const [searchQuery, setSearchQuery] = useState<string>("");
Expand Down

0 comments on commit cb9d81c

Please sign in to comment.