Skip to content

Commit

Permalink
fix: requery drops after a vote to update the tally
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola committed Aug 2, 2023
1 parent f2ba4e8 commit 440113d
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 103 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
ports:
- 5432:5432
volumes:
- hub-starter:/var/lib/postgresql/data
- hub-starter-vote:/var/lib/postgresql/data
volumes:
hub-starter:
hub-starter-vote:
14 changes: 11 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 440113d

Please sign in to comment.