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

fix(discovery.service.ts): uses better truth check with lodash isNil #611

Merged
merged 1 commit into from Jul 2, 2023

Conversation

underfisk
Copy link
Contributor

@underfisk underfisk commented Jul 2, 2023

using lodash isNil avoids false positives when checking for meta

closes #595

using lodash isNil avoids false positives when checking for meta

#595
@underfisk underfisk merged commit 1e3ea9f into master Jul 2, 2023
4 checks passed
@underfisk underfisk deleted the fix/filter-nullish-using-lodash-595 branch July 2, 2023 00:23
WonderPanda pushed a commit that referenced this pull request Jul 3, 2023
using lodash isNil avoids false positives when checking for meta
underfisk added a commit that referenced this pull request Jul 4, 2023
* feat(ts-sinon): create ts-sinon package :)

* fix: fixed the order of metadata to match the exported one (#608)

* docs(main): add ts-jest to package table (#597)

Co-authored-by: Rodrigo <monstawoodwow@gmail.com>

* build(deps): add missed dependencies and peerDependencies (#581)

Co-authored-by: Rodrigo <monstawoodwow@gmail.com>

* fix(discovery.service.ts): uses better truth check with lodash isNil (#611)

using lodash isNil avoids false positives when checking for meta

#595

* feat(connection.ts): support service property to read consumer tags (#612)

Exposes a new "get" method for consumer tags

Closes #596

* fix: missing jest when injectGlobals=false (#566)

Should fix: #557 (comment)

Co-authored-by: Rodrigo <monstawoodwow@gmail.com>

* Update package.json

* chore: remove redundant code

* fix: gitignore and rpc exception

---------

Co-authored-by: Ali Shabani <alishabani9270@gmail.com>
Co-authored-by: MansurAliKoroglu <43291306+MansurAliKoroglu@users.noreply.github.com>
Co-authored-by: Rodrigo <monstawoodwow@gmail.com>
Co-authored-by: Joseph Lee <joseph@jc-lab.net>
Co-authored-by: Yehonal <yehonal.azeroth@gmail.com>
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.

Filtering when meta is Nullish
1 participant