chore: format
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { router } from "../trpc"
|
||||
import { createOrganization, updateOrganization } from "./mutation"
|
||||
import { getOrganizationById } from "./query"
|
||||
import { router } from "../trpc";
|
||||
import { createOrganization, updateOrganization } from "./mutation";
|
||||
import { getOrganizationById } from "./query";
|
||||
|
||||
export const organizationRouter = router({
|
||||
create: createOrganization,
|
||||
update: updateOrganization,
|
||||
getById: getOrganizationById,
|
||||
})
|
||||
create: createOrganization,
|
||||
update: updateOrganization,
|
||||
getById: getOrganizationById,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user