This commit is contained in:
hfcRed
2026-09-12 18:29:03 -04:00
parent 116064bde7
commit 6683de2ea4

View File

@@ -64,7 +64,9 @@ describe("trophy approvals", () => {
creatorId: artist.id,
});
let accepted = null;
let accepted: null | {
id: number;
} = null;
for (const userId of reviewerIds.slice(0, TROPHY_APPROVALS_REQUIRED)) {
accepted = await TrophyRepository.addApproval({
pendingTrophyId: pending.id,