Shun Miyazawa пре 10 месеци
родитељ
комит
d3109eb93a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/app/src/server/service/attachment.js

+ 1 - 1
apps/app/src/server/service/attachment.js

@@ -24,7 +24,7 @@ class AttachmentService {
   /** @type {Array<(pageId: string, file: Express.Multer.File, readable: Readable) => Promise<void>>} */
   attachHandlers = [];
 
-  /** @type {Array<(attachmentId: string) => Promise<void>} */
+  /** @type {Array<(attachmentId: string) => Promise<void>>} */
   detachHandlers = [];
 
   /** @type {import('~/server/crowi').default} Crowi instance */