Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev/task-notification
Browse files Browse the repository at this point in the history
  • Loading branch information
OG-NI committed Jun 18, 2024
2 parents 3c809a2 + 075f01c commit bfcd475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app/goals/goal.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('GoalService', () => {
target: 200,
value: 100,
metric: 'steps',
synced: dayjs().subtract(2, 'hours').toDate(),
synced: goal.synced,
} as Goal);

const goals = await goalService.getGoalsForUser(
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- backend
volumes:
- database:/usr/src/app/database
- ${PWD}/.env:/usr/src/app/.env
webserver:
build: ./frontend
ports:
Expand Down

0 comments on commit bfcd475

Please sign in to comment.