-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(PE-7067): release name #594
base: develop
Are you sure you want to change the base?
Conversation
153a1c6
to
b61d898
Compare
Visit the preview URL for this PR (updated for commit efa393a): https://arns-portal--pr594-pe-7067-release-name-efd42rhj.web.app (expires Tue, 17 Dec 2024 18:11:16 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 1f59769442cb89cf2a92042a342e51fe94047b94 |
@@ -35,8 +35,10 @@ | |||
"no-unused-vars": "off", | |||
"@typescript-eslint/no-unused-vars": ["error", {}], | |||
"@typescript-eslint/no-explicit-any": "off", | |||
"@typescript-eslint/no-non-null-assertion": "off", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels like we're losing some protection here by turning these off.
.catch((e: Error) => e); | ||
|
||
if (released instanceof Error) { | ||
throw new Error('Failed to realease ArNS Name: ' + released.message); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "release"
No description provided.