Skip to content

Commit a9b68f2

Browse files
committed
mhm
1 parent c5e3af1 commit a9b68f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { API, type DeploymentConfig } from "api/api";
44
import type { SerpentOption } from "api/typesGenerated";
55
import { formatDuration, intervalToDuration } from "date-fns";
66
import { coderPort, defaultPassword } from "./constants";
7-
import { findSessionToken, type LoginOptions, randomName } from "./helpers";
7+
import { type LoginOptions, findSessionToken, randomName } from "./helpers";
88

99
let currentOrgId: string;
1010

0 commit comments

Comments
 (0)