Skip to content

Commit

Permalink
fix: request marshal
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov committed Feb 9, 2024
1 parent 962e710 commit 409cbb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func (d *aivenClient) do(ctx context.Context, method, path string, v any) (*http

func isEmpty(a any) bool {
v := reflect.ValueOf(a)

return !v.IsZero() || v.Kind() == reflect.Ptr && v.IsNil()
}

Expand Down

0 comments on commit 409cbb4

Please sign in to comment.