mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-15 02:45:23 +02:00
chore: remove TODO comments and clean up code annotations
This commit is contained in:
@@ -41,7 +41,6 @@ export const sshRouter = createTRPCRouter({
|
||||
try {
|
||||
const sshKey = await findSSHKeyById(input.sshKeyId);
|
||||
if (sshKey.organizationId !== ctx.session.activeOrganizationId) {
|
||||
// TODO: Remove isCloud in the next versions of dokploy
|
||||
throw new TRPCError({
|
||||
code: "UNAUTHORIZED",
|
||||
message: "You are not allowed to delete this SSH key",
|
||||
|
||||
Reference in New Issue
Block a user