You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determine a better way to handle idempotent checks.
Why is this needed:
We currently return an err if the idempotent check passes (i.e No change required) which is not ideal as it's not actually an error. We need to figure out a better way to handle this. Something like returning nil if the pass checks etc.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Determine a better way to handle idempotent checks.
Why is this needed:
We currently return an
err
if the idempotent check passes (i.eNo change required
) which is not ideal as it's not actually an error. We need to figure out a better way to handle this. Something like returningnil
if the pass checks etc.The text was updated successfully, but these errors were encountered: