fix(api): ensure we always have profile in cache (before inserted to clickhouse)
This commit is contained in:
@@ -121,6 +121,7 @@ export const notificationRouter = createTRPCRouter({
|
||||
.map((id) => ({ id })),
|
||||
},
|
||||
config: input.config,
|
||||
template: input.template || null,
|
||||
},
|
||||
});
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user