wip: clerk auth
This commit is contained in:
@@ -3,7 +3,7 @@ import { db } from '@mixan/db';
|
||||
export function getClientsByOrganizationId(organizationId: string) {
|
||||
return db.client.findMany({
|
||||
where: {
|
||||
organization_id: organizationId,
|
||||
organization_slug: organizationId,
|
||||
},
|
||||
include: {
|
||||
project: true,
|
||||
|
||||
Reference in New Issue
Block a user