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

feat: isPermanent #487

Merged
merged 3 commits into from
Dec 20, 2023
Merged

feat: isPermanent #487

merged 3 commits into from
Dec 20, 2023

Conversation

TobiTenno
Copy link
Member

What did you fix?

closes #486


Reproduction steps


Evidence/screenshot/link to line

Considerations

  • Does this contain a new dependency? [No]
  • Does this introduce opinionated data formatting or manual data entry? [No]
  • Does this pr include updated data files in a separate commit that can be reverted for a clean code-only pr? [No]
  • Have I run the linter? [No]
  • Is is a bug fix, feature request, or enhancement? [Feature]

@TobiTenno TobiTenno requested a review from a team as a code owner December 11, 2023 15:25
@muji06
Copy link

muji06 commented Dec 11, 2023

The field is not present on all challenges so wouldn't that give undefined in those cases?
Maybe switching to this instead

this.isPermanent = data.Permanent || false;

@TobiTenno
Copy link
Member Author

The field is not present on all challenges so wouldn't that give undefined in those cases? Maybe switching to this instead

this.isPermanent = data.Permanent || false;

updated in my style

@muji06
Copy link

muji06 commented Dec 11, 2023

That works 👍

@TobiTenno TobiTenno merged commit 716e70b into master Dec 20, 2023
10 checks passed
@TobiTenno TobiTenno deleted the feat-486 branch December 20, 2023 22:14
@wfcd-bot-boi
Copy link
Contributor

🎉 This PR is included in version 2.32.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add isPermanent field for nightwave challanges
3 participants