Skip to content

Commit

Permalink
catch if we reach the action limit on blackbaze
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Sep 4, 2023
1 parent b3ef7ee commit 59e2a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/functions/Util.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ component {
return true;
}
}
server.isBackBlazeNotSupported=false;
return false;
}

Expand Down
1 change: 1 addition & 0 deletions tests/tickets/Util.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ component {
return true;
}
}
server.isBackBlazeNotSupported=false;
return false;
}

Expand Down

0 comments on commit 59e2a8c

Please sign in to comment.