chore: remove TODO comments and clean up code annotations

This commit is contained in:
Mauricio Siu
2025-03-01 22:21:03 -06:00
parent 13eccaf8d9
commit c51d63a4df
5 changed files with 0 additions and 11 deletions

View File

@@ -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",