mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-11 00:45:26 +02:00
refactor: adjust queries
This commit is contained in:
@@ -24,7 +24,6 @@ export const sshRouter = createTRPCRouter({
|
||||
.input(apiCreateSshKey)
|
||||
.mutation(async ({ input, ctx }) => {
|
||||
try {
|
||||
console.log(ctx.user.ownerId);
|
||||
await createSshKey({
|
||||
...input,
|
||||
organizationId: ctx.session.activeOrganizationId,
|
||||
|
||||
Reference in New Issue
Block a user