From 21ee86ef4af47e9175f357575b6b80ea7ec68d45 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:51:38 +0700 Subject: [PATCH] chore: update doc string --- Services/server/src/utils/minio.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Services/server/src/utils/minio.ts b/Services/server/src/utils/minio.ts index 3c3bc49..7d6be02 100644 --- a/Services/server/src/utils/minio.ts +++ b/Services/server/src/utils/minio.ts @@ -13,6 +13,7 @@ function safePath(path: string) { /** * Replace illegal character eg. ? % < > / \ : | that can't be in path with "-". + * Used when create folder / dir through api * @param path - string to check and replace * @returns path with illegal character replaced with "-" */