Skip to content

Commit

Permalink
add 409 status code verification
Browse files Browse the repository at this point in the history
  • Loading branch information
shulkaolka committed Feb 2, 2024
1 parent b9320b0 commit 8a9bd44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/lib/utils/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const executeSwaggerCall = async function (callParams) {
error.status > 400 &&
error.status !== 401 &&
error.status !== 403 &&
error.status !== 409 &&
error.status !== 422
) {
this.logger.info(
Expand Down

0 comments on commit 8a9bd44

Please sign in to comment.