Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Update utils.js #368

Merged
merged 1 commit into from
Jan 5, 2020
Merged

Update utils.js #368

merged 1 commit into from
Jan 5, 2020

Conversation

FMenet
Copy link
Contributor

@FMenet FMenet commented Jan 3, 2020

fixed null-access for null string/ID values.
fixes #367

fixed null-access for null string/ID values.
@codecov-io
Copy link

codecov-io commented Jan 3, 2020

Codecov Report

Merging #368 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #368   +/-   ##
======================================
  Coverage    96.3%   96.3%           
======================================
  Files          24      24           
  Lines        2844    2844           
======================================
  Hits         2739    2739           
  Misses        105     105
Impacted Files Coverage Δ
src/utils.js 93.55% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0297649...3b68fc9. Read the comment docs.

@johnymontana
Copy link
Contributor

Thanks, @FMenet!

@johnymontana johnymontana merged commit 91097fe into neo4j-graphql:master Jan 5, 2020
@FMenet FMenet deleted the patch-1 branch January 6, 2020 01:40
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On null ID arguments, this code breaks.
3 participants