sendou.ink/app/db/seed/constants.ts
Kalle 0932e8a5b5
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
Fix main team switch handling when leaving/deleting team + add secondary team tests
2024-10-09 20:41:19 +03:00

9 lines
417 B
TypeScript

export const ADMIN_TEST_AVATAR = "6fc41a44b069a0d2152ac06d1e496c6c";
export const NZAP_TEST_DISCORD_ID = "455039198672453645";
export const NZAP_TEST_AVATAR = "f809176af93132c3db5f0a5019e96339"; // https://cdn.discordapp.com/avatars/455039198672453645/f809176af93132c3db5f0a5019e96339.webp?size=160
export const NZAP_TEST_ID = 2;
export const REGULAR_USER_TEST_ID = 2;
export const AMOUNT_OF_CALENDAR_EVENTS = 200;