Skip to content

Commit

Permalink
🎨 :: [#68] Edit λ°•λžŒνšŒ μ‹œμž‘μΌ, 마감일 λ³€μˆ˜λͺ… λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
Xixn2 committed Nov 27, 2024
1 parent d64e4a0 commit 91253ce
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ public struct ExpoCreateRequest: Codable {
var x: String
var y: String

public init(title: String, description: String, startedAt: String, finishedAt: String, location: String, coverImage: String, x: String, y: String) {
public init(title: String, description: String, startedDay: String, finishedDay: String, location: String, coverImage: String, x: String, y: String) {
self.title = title
self.description = description
self.startedDay = startedAt
self.finishedDay = finishedAt
self.startedDay = startedDay
self.finishedDay = finishedDay
self.location = location
self.coverImage = coverImage
self.x = x
self.y = y
}
}

0 comments on commit 91253ce

Please sign in to comment.