Skip to content

Commit

Permalink
Use real type
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
thomaspoignant committed Aug 5, 2024
1 parent 3ef79bb commit 8f63a5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
value: nil,
reason: OpenFeature::SDK::Provider::Reason::ERROR,
variant: nil,
error_code: "TYPE_MISMATCH",
error_code: OpenFeature::SDK::Provider::ErrorCode::TYPE_MISMATCH,
error_details: "expected type: boolean, got: string",
metadata: nil
)
Expand Down

0 comments on commit 8f63a5c

Please sign in to comment.