Skip to content

Commit f8b7141

Browse files
committed
Deleted some old images
1 parent 004ef18 commit f8b7141

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

apps/webapp/app/utils/pathBuilder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,12 @@ export function v3WaitpointTokenPath(
330330
organization: OrgForPath,
331331
project: ProjectForPath,
332332
environment: EnvironmentForPath,
333-
token: { friendlyId: string },
333+
token: { id: string },
334334
filters?: WaitpointSearchParams
335335
) {
336336
const searchParams = objectToSearchParams(filters);
337337
const query = searchParams ? `?${searchParams.toString()}` : "";
338-
return `${v3WaitpointTokensPath(organization, project, environment)}/${token.friendlyId}${query}`;
338+
return `${v3WaitpointTokensPath(organization, project, environment)}/${token.id}${query}`;
339339
}
340340

341341
export function v3BatchesPath(
-64.2 KB
Binary file not shown.
-1.14 MB
Binary file not shown.
-115 KB
Binary file not shown.
-186 KB
Binary file not shown.
-182 KB
Binary file not shown.

0 commit comments

Comments
 (0)