kaori 4 лет назад
Родитель
Сommit
2cdc353f8c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/server/routes/apiv3/in-app-notification.ts

+ 1 - 1
packages/app/src/server/routes/apiv3/in-app-notification.ts

@@ -35,7 +35,7 @@ module.exports = (crowi) => {
       _id: string
       action: string,
       target: [],
-      user: [],
+      user: typeof User,
       createdAt: Date,
       targetModel: string,
       actionUsers: Array<typeof User>,