Skip to content

Commit 1436c72

Browse files
[autofix.ci] apply automated fixes
1 parent 8fb8070 commit 1436c72

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/frontend/src/customization/utils/custom-buildUtils.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ export const customCancelBuildUrl = (
1111
return `${getBaseUrl()}${playgroundPage ? "build_public_tmp" : "build"}/${jobId}/cancel`;
1212
};
1313

14-
export const customEventsUrl = (
15-
jobId: string,
16-
playgroundPage?: boolean,
17-
) => {
14+
export const customEventsUrl = (jobId: string, playgroundPage?: boolean) => {
1815
return `${getBaseUrl()}${playgroundPage ? "build_public_tmp" : "build"}/${jobId}/events`;
1916
};

0 commit comments

Comments
 (0)