Browse Source

fix lint err

itizawa 5 năm trước cách đây
mục cha
commit
2b8da30cf6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/test/models/shareLink.test.js

+ 1 - 1
src/test/models/shareLink.test.js

@@ -44,7 +44,7 @@ describe('ShareLink', () => {
       },
       initLatestRevisionField: (revisionId) => {
         return revisionId;
-      };
+      },
     };
 
     test('share link is not found', async() => {