Skip to content

Commit

Permalink
chore: update api spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl committed Jul 9, 2024
1 parent d968884 commit 03c4930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Confidence_public_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"name": "getEvaluation(key:defaultValue:)",
"declaration": "public func getEvaluation<T>(key: String, defaultValue: T) throws -> Evaluation<T>"
"declaration": "public func getEvaluation<T>(key: String, defaultValue: T) -> Evaluation<T>"
},
{
"name": "getValue(key:defaultValue:)",
Expand Down

0 comments on commit 03c4930

Please sign in to comment.