Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Oct 5, 2023
1 parent 61f669d commit 966c7e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/Nativebrik/Classes/generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ struct FrameData: Decodable {
}
enum FrequencyUnit: String, Decodable, Encodable {
case DAY = "DAY"
case WEEK = "WEEK"
case MONTH = "MONTH"
case YEAR = "YEAR"
case unknown = "unknown"
init(from decoder: Decoder) throws {
self = try FrequencyUnit(rawValue: decoder.singleValueContainer().decode(RawValue.self)) ?? .unknown
Expand Down

0 comments on commit 966c7e0

Please sign in to comment.