Skip to content

Commit

Permalink
๐Ÿ”€ :: (#91) withNano ์‚ญ์ œ (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 authored Jun 2, 2023
1 parent bada46c commit e847f4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class NotificationDetailApiImpl(
Detail(
title = category.title,
content = content,
sentAt = LocalDateTime.now().withNano(0),
sentAt = LocalDateTime.now(),
isRead = false,
userId = it,
categoryId = category.id,
Expand Down Expand Up @@ -78,7 +78,7 @@ class NotificationDetailApiImpl(
Detail(
title = category.title,
content = content,
sentAt = LocalDateTime.now().withNano(0),
sentAt = LocalDateTime.now(),
isRead = false,
userId = userId,
categoryId = category.id,
Expand Down

0 comments on commit e847f4f

Please sign in to comment.