Skip to content

Commit d050fe1

Browse files
committed
off
1 parent c425a19 commit d050fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function isStarterTemplate(
190190
export const createTemplate = async (
191191
page: Page,
192192
responses?: EchoProvisionerResponses | StarterTemplates,
193-
organizationName: string = "coder",
193+
organizationName = "coder",
194194
): Promise<string> => {
195195
let path = "/templates/new";
196196
if (isStarterTemplate(responses)) {

0 commit comments

Comments
 (0)