Skip to content

Commit 9835f52

Browse files
committed
commented out and will redo
1 parent 42f0669 commit 9835f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/common/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var (
9898
http.StatusBadRequest: codes.InvalidArgument,
9999
http.StatusTooManyRequests: codes.ResourceExhausted,
100100
http.StatusNotFound: codes.NotFound,
101-
http.StatusConflict: codes.FailedPrecondition,
101+
// http.StatusConflict: codes.FailedPrecondition,
102102
}
103103

104104
// Regular expressions for validating parent_id, key and value of a resource tag.

0 commit comments

Comments
 (0)