Skip to content

Commit

Permalink
DEAR-98 fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
smuefsmuef committed Jul 28, 2024
1 parent f589896 commit 01aec24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
networks:
- yappi_network
# networks:
# - yappi_network

yappi_backend:
build:
Expand All @@ -27,10 +27,10 @@ services:
JWT_SECRET: ${JWT_SECRET}
depends_on:
- db
ports:
- "8080:8080"
networks:
- yappi_network
# ports:
# - "8080:8080"
# networks:
# - yappi_network

volumes:
postgres_data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ public interface HappinessInsightMapper {
@Mapping(target = "userAverage", source = "userAverage")
@Mapping(target = "teamAverage", source = "teamAverage")
HappinessInsightDTO toDTO(String day, double userAverage, double teamAverage);
}
}

0 comments on commit 01aec24

Please sign in to comment.