Skip to content

Commit

Permalink
๐Ÿ”ฅ :: [#92] Delete EventRepositoryImpl fetchEventDate
Browse files Browse the repository at this point in the history
  • Loading branch information
Xixn2 committed Jun 29, 2024
1 parent a2fe180 commit aab4dc8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ public struct EventRepositoryImpl: EventRepository {
public func fetchEventDetail(eventID: String) async throws -> EventDetailEntity {
try await remoteEventDataSource.fetchEventDetail(eventID: eventID)
}

public func fetchEventDate() async throws -> [EventInfoDateEntity] {
try await remoteEventDataSource.fetchEventDate()
}
}

0 comments on commit aab4dc8

Please sign in to comment.