Yuki Takei 3 달 전
부모
커밋
27ec812e92
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      apps/app/src/server/models/vo/s2c-message.ts

+ 1 - 0
apps/app/src/server/models/vo/s2c-message.ts

@@ -1,3 +1,4 @@
+import assert from 'node:assert';
 import type { IPage, IUser } from '@growi/core/dist/interfaces';
 import { isPopulated } from '@growi/core/dist/interfaces';