fix: added check for non-nil error
delete function was not checking for error and directly checking for specific type of error. This was leading to every call returning error. This commit fixed it by adding a check for non-nil errors first.
Loading
Please register or sign in to comment