Skip to content

Commit

Permalink
Merge pull request #29 from inloco/fix/ci-macami-error
Browse files Browse the repository at this point in the history
fix: ci macami error
  • Loading branch information
RodrigoCMoraes authored May 9, 2024
2 parents 28d5abf + ea92fa9 commit 46ffb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func gobDecodeFixNumberPtr(raw interface{}, ty cty.Type) interface{} {
switch {
case ty.Equals(cty.Number):
if bf, ok := raw.(big.Float); ok {
return &bf // wrap in pointer
return bf // wrap in pointer
}
case ty.IsMapType():
if m, ok := raw.(map[string]interface{}); ok {
Expand Down

0 comments on commit 46ffb1f

Please sign in to comment.