Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(framework): Remove unused retryable codes constant #6720

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

rifont
Copy link
Contributor

@rifont rifont commented Oct 18, 2024

What changed? Why was the change needed?

  • Remove unused retryable codes constant

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

Copy link

netlify bot commented Oct 18, 2024

Deploy Preview for novu-stg-vite-dashboard-poc ready!

Name Link
🔨 Latest commit 4cf700e
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/6712377cb115640008ad3b42
😎 Deploy Preview https://deploy-preview-6720--novu-stg-vite-dashboard-poc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -48,5 +48,3 @@ export enum HttpStatusEnum {
GATEWAY_TIMEOUT = 504,
HTTP_VERSION_NOT_SUPPORTED = 505,
}

export const RETRYABLE_ERROR_STATUS_CODES = [HttpStatusEnum.INTERNAL_SERVER_ERROR];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't used anywhere.

@SokratisVidros SokratisVidros merged commit 1afae47 into next Oct 19, 2024
42 checks passed
@SokratisVidros SokratisVidros deleted the remove-unused-constant-framework branch October 19, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants