Skip to content

Commit 35f0c0a

Browse files
committed
no need for an orgId
1 parent e79213b commit 35f0c0a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api/accessStripeDashboard.ts

-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { stripe } from '../stripe'
55

66
/**
77
* githubId
8-
* memberUsername
98
* githubToken
109
* orgId
1110
*/
@@ -16,10 +15,6 @@ export const handler = _handler(async event => {
1615
throw new BadRequest('Missing github ID')
1716
}
1817

19-
if (!body.orgId) {
20-
throw new BadRequest('Missing org ID')
21-
}
22-
2318
if (!body.githubToken) {
2419
throw new BadRequest('Missing github token')
2520
}

0 commit comments

Comments
 (0)