mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 13:22:50 -05:00
Checks fixes
This commit is contained in:
@@ -65,7 +65,7 @@ export const PLUS_UPVOTE = 1;
|
||||
export const PLUS_DOWNVOTE = -1;
|
||||
|
||||
export const ADMIN_DISCORD_ID = "79237403620945920";
|
||||
export const ADMIN_ID = 274;
|
||||
export const ADMIN_ID = process.env.NODE_ENV === "test" ? 1 : 274;
|
||||
|
||||
// Panda
|
||||
export const MOD_IDS = [11329];
|
||||
|
||||
@@ -127,6 +127,7 @@ export async function seed(variation?: SeedVariation | null) {
|
||||
if (!seedFunc) continue;
|
||||
|
||||
count++;
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(`Running seed ${count}/${basicSeeds().length}`);
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/await-thenable
|
||||
|
||||
Reference in New Issue
Block a user