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: use an object spread instead of Object.assign in filters #1276

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

rishabhr4
Copy link
Contributor

@rishabhr4 rishabhr4 commented Oct 3, 2024

Description
refactored apps/nunjucks-filters/src/index.js mentioned in this issue

Changes Made
Removed object assign and used object spread

related #1272

used object spread instead of object assign
Copy link

changeset-bot bot commented Oct 3, 2024

⚠️ No Changeset found

Latest commit: 69c6068

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@rishabhr4 rishabhr4 changed the title chore: Use an object spread instead of Object.assign eg: { ...foo }. chore: use an object spread instead of Object.assign eg: { ...foo }. Oct 3, 2024
Copy link
Collaborator

@Gmin2 Gmin2 left a comment

Choose a reason for hiding this comment

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

LGTM

@derberg derberg changed the title chore: use an object spread instead of Object.assign eg: { ...foo }. refactor: use an object spread instead of Object.assign in filters Oct 7, 2024
@derberg
Copy link
Member

derberg commented Oct 7, 2024

@Gmin2 thanks for helping with review

@derberg
Copy link
Member

derberg commented Oct 7, 2024

tests are failing, linter - to be more precise

Linting tests were failing due to indentation issue fixed it
@rishabhr4
Copy link
Contributor Author

tests are failing, linter - to be more precise

sorry
i have now ran the tests and fixed it

Copy link

sonarcloud bot commented Oct 8, 2024

Copy link
Member

@derberg derberg left a comment

Choose a reason for hiding this comment

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

lgtm

@derberg
Copy link
Member

derberg commented Oct 8, 2024

/rtm

@asyncapi-bot asyncapi-bot merged commit 2feefdc into asyncapi:master Oct 8, 2024
12 checks passed
@rishabhr4 rishabhr4 deleted the rishabhnunjucks branch October 8, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants