Skip to content

Commit 8b9efbc

Browse files
committed
Fix for CLI dev bug introduced
1 parent 53de51b commit 8b9efbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/api.v1.projects.$projectRef.$env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function loader({ request, params }: LoaderFunctionArgs) {
5050

5151
const envResult = await getEnvironmentFromEnv({
5252
projectId: project.id,
53-
userId: env,
53+
userId: authenticationResult.userId,
5454
env,
5555
});
5656

0 commit comments

Comments
 (0)