Skip to content

Commit

Permalink
Update PostService.kt
Browse files Browse the repository at this point in the history
minor change
  • Loading branch information
Legervad authored Dec 23, 2023
1 parent 6925a21 commit fa4ddb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class PostService(
private val reportRepository: ReportRepository,
private val objectMapper: ObjectMapper,
private val tagService: TagService,
private val recommendationService: RecommendationService
private val recommendationService: RecommendationService,
private val gameService: GameService
) {
fun createPost(sessionId: UUID, post: CreatePostRequest): Post {
Expand Down

0 comments on commit fa4ddb0

Please sign in to comment.