Skip to content

Commit ceba379

Browse files
samejrmatt-aitken
authored andcommitted
Remove unused attributes
1 parent ae1194e commit ceba379

File tree

1 file changed

+0
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits

1 file changed

+0
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits/route.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ export const loader = async ({ request, params }: LoaderFunctionArgs) => {
7979
const presenter = new LimitsPresenter();
8080
const [error, result] = await tryCatch(
8181
presenter.call({
82-
userId,
83-
projectId: project.id,
8482
organizationId: project.organizationId,
8583
environmentApiKey: environment.apiKey,
8684
})

0 commit comments

Comments
 (0)