Skip to content

Commit ef773a8

Browse files
myftijamatt-aitken
andauthored
Simplify args for v3ProjectPath
Co-authored-by: Matt Aitken <[email protected]>
1 parent bb85727 commit ef773a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/api.v2.whoami.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ async function getIdentityFromOAT(
185185
};
186186
}
187187

188-
const projectPath = v3ProjectPath({ slug: project.organization.slug }, { slug: project.slug });
188+
const projectPath = v3ProjectPath(project.organization, project);
189189
return {
190190
success: true,
191191
result: {

0 commit comments

Comments
 (0)