Skip to content

Commit

Permalink
fix: 띄어쓰기 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
suyeoniii committed Oct 13, 2024
1 parent 6820091 commit ef57abc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class NotificationController {
)
@GetMapping("/v1/notifications")
fun getNotificationHistory(): GetNotificationHistoryResponse {
val mockData: List<NotificationHistoryDto> = listOf()
val mockData: List<NotificationHistoryDto> = listOf()
return GetNotificationHistoryResponse.from(mockData)
}

Expand Down

0 comments on commit ef57abc

Please sign in to comment.