Просмотр исходного кода

Update comments

https://youtrack.weseek.co.jp/issue/GW-7822
- Update some comments
mudana 3 лет назад
Родитель
Сommit
6f04a7087e

+ 2 - 2
packages/app/src/migrations/20220613064207-add-attachment-type-to-existing-attachments.js

@@ -14,7 +14,7 @@ module.exports = {
     const Attachment = getModelSafely('Attachment') || attachmentModel();
 
     // Add attachmentType for wiki page
-    // Filter pages where "attachmentType" doesn't exists and "page" is not null
+    // Filter pages where "attachmentType" doesn't exist and "page" is not null
     const operationsForWikiPage = {
       updateMany:
          {
@@ -24,7 +24,7 @@ module.exports = {
     };
 
     // Add attachmentType for profile image
-    // Filter pages where "attachmentType" doesn't exists and  "page" is  null
+    // Filter pages where "attachmentType" doesn't exist and "page" is null
     const operationsForProfileImage = {
       updateMany:
         {