mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #47] incorrect checks for an object-like value #27
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gql-query-builder#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thealjey on GitHub (Sep 4, 2020).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/47
throughout the code there are checks like;
however,
typeofwill also result in"object"ifvalueisnullin which case the above code will simply fail
I'm considering making a PR in a few days to address this issue
@atulmy commented on GitHub (Sep 5, 2020):
@thealjey thanks for identifying the issue. Looking forward to the PR.