Closed ndatg closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
b6bf872
) 95.87% compared to head (0e3d957
) 95.87%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
CI will need to be fixed before this can be merged. I won't do this tonight.
If you feel like looking into that, consider opening a second pull request. As soon as it's merged, we can sync this one with the upstream branch to fix CI. The changes performed here look good already.
I use MongoDBAdapter for sessions.
The
conversation
field in db becomesnull
when you exit the conversation. The code contains a strict check forundefined
. Got an error:TypeError: Cannot convert undefined or null to object
. Made some minor fix.Fixes #63.