fixed email template

This commit is contained in:
Zai Shi 2024-09-02 13:50:24 -07:00
parent 25d58f09ae
commit 33f0b47e94

View File

@ -93,7 +93,7 @@ export const emailTemplateCrudHandlers = createLazyProxy(() => createCrudHandler
await prismaClient.emailTemplate.delete({
where: {
projectConfigId_type: {
projectConfigId: auth.project.id,
projectConfigId: auth.project.config.id,
type: dbType,
},
},