Ver Fonte

fix comment

Yuki Takei há 1 ano atrás
pai
commit
15893136f2

+ 1 - 1
apps/app/src/server/service/import/overwrite-params/attachmentFiles.chunks.ts

@@ -7,7 +7,7 @@ import type { OverwriteParams } from '../import-settings';
 const { ObjectId } = Types;
 
 export const overwriteParams: OverwriteParams = {
-  // Date
+  // ObjectId
   files_id: (value, { document, schema, propertyName }) => {
     return new ObjectId(value);
   },