Skip to content

Commit 40bbf59

Browse files
committed
fix param in resolver
1 parent 3586fb6 commit 40bbf59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/social_platform/src/app/office/feed/feed.resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ export const FeedResolver: ResolveFn<ApiPagination<FeedItem>> = route => {
2929
return feedService.getFeed(
3030
0,
3131
20,
32-
route.queryParams["includes"] ?? ["vacancy", "news", "project"]
32+
route.queryParams["includes"] ?? ["vacancy", "news", "projects"]
3333
);
3434
};

0 commit comments

Comments
 (0)