-
Notifications
You must be signed in to change notification settings - Fork 4
fix: can't read undefined of organization while creating new organization #359
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #359 +/- ##
==========================================
Coverage ? 16.57%
==========================================
Files ? 96
Lines ? 3782
Branches ? 1075
==========================================
Hits ? 627
Misses ? 3144
Partials ? 11 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
98f11c5 to
cd58f37
Compare
| const org = await checkLoggedInOrganization(orgToken) | ||
|
|
||
| if (cohortOrg.id.toString() !== org.id.toString()) { | ||
| console.log('>>>>>>>>>>>>>') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elijahladdie remove these console.logs
| req && req.headers.authorization | ||
| ? decodeAuthHeader(req.headers.authorization) | ||
| : null | ||
| if ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elijahladdie , also look into this
cd58f37 to
c2623bd
Compare
|
Solved in other PR |
fix: can't read undefined of organization while creating new organization
PR Description
Please include a brief description of the pull request you want to raise.
Description of tasks that were expected to be completed
Functionality
How has this been tested?
i created new team to make sure that before I select new
PR Checklist: