Skip to content

Commit

Permalink
Fix url field to immutable in GifticonDTO
Browse files Browse the repository at this point in the history
  • Loading branch information
mkSpace committed Apr 18, 2024
1 parent a17bd1b commit ed2f9fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import java.time.LocalDateTime
data class Gifticon(
val id: Long,
val userId: Long,
var url: URL,
val url: URL,
val isValidated: Boolean,
var deletedAt: LocalDateTime?,
var createdAt: LocalDateTime?,
Expand Down

0 comments on commit ed2f9fe

Please sign in to comment.