Explorar o código

Remove not needed populate field since aggregation pipeline is used

arvid-e hai 5 meses
pai
achega
9a7310edcb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      apps/app/src/stores/recent-activity.ts

+ 0 - 1
apps/app/src/stores/recent-activity.ts

@@ -21,7 +21,6 @@ export const useSWRxRecentActivity = (
     const promise = apiv3Get<UserActivitiesResult>(endpoint, {
       limit: limitParam,
       offset: offsetParam,
-      populate: 'target',
     });
 
     return promise.then(result => result.data.serializedPaginationResult);