Skip to content

Commit

Permalink
Merge branch 'main' into deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThEditor committed Sep 18, 2024
2 parents 273e2e3 + cb9d81c commit cb529a3
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 cb529a3

Please sign in to comment.