Skip to content

Commit

Permalink
Merge pull request #42 from zaanposni/zaanposni-patch-1
Browse files Browse the repository at this point in the history
Update +page.server.ts
  • Loading branch information
zaanposni authored Feb 4, 2024
2 parents 7378f38 + 65eb39b commit e89e22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/psaggregator/src/routes/news/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export async function load() {
}) as Array<Information & { InformationResource: InformationResource[] }>;

return {
youtubeCommunityPosts: [],
instagramPosts: [],
youtubeCommunityPosts,
instagramPosts,
instagramStories
};
}

0 comments on commit e89e22c

Please sign in to comment.