Skip to content

Commit

Permalink
modify: change candidate_number to almost unlimit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darrin-Lin committed Apr 2, 2024
1 parent cce468a commit 8ae9d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/admin/scoreboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { hash } from "$lib/hash";
import type { PageData } from "./$types";
let camp_admit_number: number = 80;
let camp_candidate_number: number = 160;
let camp_candidate_number: number = 1000;
export let data: PageData;
async function order(tp: string) {
data.applications.sort((a, b) => {
Expand Down

0 comments on commit 8ae9d26

Please sign in to comment.