mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 02:36:38 +00:00
Fix anouther subscribed logic issue
This commit is contained in:
@@ -132,7 +132,7 @@ export async function createOrgUser(
|
|||||||
orgId,
|
orgId,
|
||||||
tierMatrix.orgOidc
|
tierMatrix.orgOidc
|
||||||
);
|
);
|
||||||
if (subscribed) {
|
if (!subscribed) {
|
||||||
return next(
|
return next(
|
||||||
createHttpError(
|
createHttpError(
|
||||||
HttpCode.FORBIDDEN,
|
HttpCode.FORBIDDEN,
|
||||||
|
|||||||
Reference in New Issue
Block a user