fix(api): ensure we always have profile in cache (before inserted to clickhouse)

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-08-13 20:57:42 +02:00
parent 31ccfb8b5f
commit e5cacb73df
5 changed files with 48 additions and 27 deletions

View File

@@ -121,6 +121,7 @@ export const notificationRouter = createTRPCRouter({
.map((id) => ({ id })),
},
config: input.config,
template: input.template || null,
},
});
}),