remove accidental unused import

This commit is contained in:
olaven 2025-06-18 22:50:34 +02:00
parent 6a62923d6d
commit d065733879
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
// deno-lint-ignore-file ban-ts-comment
import { STATUS_CODE } from "$fresh/server.ts";
import "jsr:@std/dotenv/load";
import { encodeHex } from "jsr:@std/encoding/hex";
import { getHostUrl } from "../utils.ts";
import { STATUS_CODE } from "$fresh/server.ts";
import { base } from "npm:@faker-js/faker";
const config = {
clientId: Deno.env.get("VIPPS_CLIENT_ID"),