Skip to content

Commit

Permalink
fetch default favourite deputry for constituency with LP 20
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <github.com@manuelruck.de>
  • Loading branch information
Manuel Ruck authored and ManAnRuck committed Nov 1, 2021
1 parent 54ca36c commit cf37522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mobile-app/src/lib/stores/FavorizedDeputies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const getInitialFavorizedDeputies = async () => {
limit: 100,
offset: 0,
filterConstituency: constituency,
period: 20,
},
})
.then(({ data }) => {
Expand Down

0 comments on commit cf37522

Please sign in to comment.