Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

fix import fails if value is null #38 #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Salman2301
Copy link

During Import (After Analyze completed), some of the value needs to be imported is null. since null is "object" type on the line 8 of contentChecker.js file. This is true and the next command value.id cause TypeError TypeError: Cannot read property 'id' of null

And the whole import stops.
Added another if to handle if the value is null.

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

Successfully merging this pull request may close these issues.

None yet

1 participant