Fix backend types

This commit is contained in:
Fang-Pen Lin
2026-01-06 21:19:24 -08:00
parent 99ac6314a4
commit 9b5db7df28

View File

@@ -416,6 +416,10 @@ export type TQueueJobTypes = {
name: QueueJobs.PkiAcmeChallengeValidation;
payload: { challengeId: string };
};
[QueueName.FrequentResourceCleanUp]: {
name: QueueJobs.FrequentResourceCleanUp;
payload: undefined;
};
};
const SECRET_SCANNING_JOBS = [