Skip to content

Commit d95dc53

Browse files
committed
Added Preview limit when updating concurrency for an org
1 parent 0244c3c commit d95dc53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/routes/admin.api.v1.orgs.$organizationId.concurrency.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export async function action({ request, params }: ActionFunctionArgs) {
7474
limit = body.development;
7575
break;
7676
}
77+
case "PREVIEW":
7778
case "STAGING": {
7879
limit = body.staging;
7980
break;

0 commit comments

Comments
 (0)