Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdmoore committed Dec 11, 2023
1 parent 2f9a56a commit 868e061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assert } from "$std/testing/asserts.ts";
import { CONN_INFO, urlPath, isValidHTML} from "$tests/common.ts"
import { CONN_INFO, urlPath, isValidHTML as _} from "$tests/common.ts"
import { createHandler } from "$fresh/server.ts";
import MANIFEST from "$/fresh.gen.ts";
import envVarReader from "$lib/utils/vars.ts";
Expand Down

1 comment on commit 868e061

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 868e061 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

Uncaught (in promise) undefined

Please sign in to comment.