From 175d1ec4328526e6f15111c4bbad4d052c41876c Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:57:16 -0600 Subject: [PATCH] refactor: delete comments --- server/db/schema/mount.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/db/schema/mount.ts b/server/db/schema/mount.ts index fc611c1b5..299f39caf 100644 --- a/server/db/schema/mount.ts +++ b/server/db/schema/mount.ts @@ -158,10 +158,3 @@ export const apiFindMountByApplicationId = createSchema export const apiUpdateMount = createSchema.partial().extend({ mountId: z.string().min(1), }); - -/** - * - Primer Paso: - Cuando utilizamos aplicaciones en el volume mount, seria buena idea agregar un FilePath? - - */