Skip to content

Commit

Permalink
refactor: remove quotes
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Ingersoll <[email protected]>
  • Loading branch information
yonadaa and holic authored Apr 23, 2024
1 parent a26f286 commit 9e5a05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/deploy/getResourceIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function getResourceIds({
const shouldRetry =
error instanceof HttpRequestError &&
error.status === 400 &&
error.message.includes('"block is out of range"');
error.message.includes('block is out of range');

if (!shouldRetry) {
throw error;
Expand Down

0 comments on commit 9e5a05a

Please sign in to comment.