mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 15:08:44 -05:00
Checks fixes
This commit is contained in:
parent
365c484b94
commit
ea0424c26c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user