Skip to content

Commit

Permalink
refactor: Remove todos
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Demaria <[email protected]>
  • Loading branch information
fabriziodemaria committed Dec 20, 2024
1 parent 176accf commit 2c7886b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/OpenFeature/OpenFeatureClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extension OpenFeatureClient {
details.errorCode = .providerFatal
details.errorMessage = OpenFeatureError
.providerFatalError(message: "unknown")
.description // TODO Improve this message with error details
.description
details.reason = Reason.error.rawValue
return details
case .notReady:
Expand All @@ -90,7 +90,7 @@ extension OpenFeatureClient {
details.errorCode = .general
details.errorMessage = OpenFeatureError
.generalError(message: "unknown")
.description // TODO Improve this message with error details
.description
details.reason = Reason.error.rawValue
return details
case .ready:
Expand Down

0 comments on commit 2c7886b

Please sign in to comment.