Stop throwing errors for valid responses on Git linking #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've noticed the card throws a 404 error when an account is not found (expected), but I haven't implemented checking for
dismissErr
in the response, to prevent an error from being thrown.This is not a failure, and shouldn't be treated as such.
Issue fixed in 56448c1003