2
0
Yuki Takei 1 жил өмнө
parent
commit
a73cb50362

+ 1 - 0
apps/app/src/server/routes/apiv3/activity.ts

@@ -97,6 +97,7 @@ module.exports = (crowi: Crowi): Router => {
       const paginateResult = await Activity.paginate(
         query,
         {
+          lean: true,
           limit,
           offset,
           sort: { createdAt: -1 },