Skip to content

Commit

Permalink
Added the string value to the StartType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-chekyrta committed Jan 3, 2024
1 parent 790e4e2 commit d0706b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Core/Data/Model/Data_Discovery.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public extension DataLayer {

enum StartType: String, Codable {
case timestamp
case string
case empty
case unknown

Expand Down

0 comments on commit d0706b0

Please sign in to comment.