fix tests

This commit is contained in:
Hongbo Wu
2024-04-02 10:21:57 +08:00
parent 10dcb922f2
commit c37b31dcb6
4 changed files with 26 additions and 59 deletions

View File

@ -844,7 +844,7 @@ export const enqueueExportItem = async (jobData: ExportItemJobData) => {
})
}
export const enqueueSendConfirmationEmail = async (
export const enqueueConfirmationEmail = async (
jobData: SendConfirmationEmailData
) => {
const queue = await getBackendQueue()