fix(dashboard,api): minor improvement for integrations and notifications
This commit is contained in:
@@ -40,6 +40,9 @@ export const integrationRouter = createTRPCRouter({
|
||||
const integrations = await db.integration.findMany({
|
||||
where: {
|
||||
organizationId: input.organizationId,
|
||||
config: {
|
||||
not: {},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user