Skip to content

Commit

Permalink
fix: watch 필드 optional로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chansooo committed Oct 1, 2024
1 parent f7025a5 commit b0a707a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Core/PPACData/Sources/DTO/MemeResponseDTO.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct MemeResponseDTO: Decodable {
let updatedAt: String
let isSaved: Bool
let isReaction: Bool
let watch: Int
let watch: Int?

public init(
_id: String,
Expand Down

0 comments on commit b0a707a

Please sign in to comment.