Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit e2dc36b

Browse files
committed
chore: lint
1 parent f9b9dc4 commit e2dc36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/sever.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import type { Hex } from "@ckb-ccc/core";
2+
import cors from "cors";
23
import express, { type Request, type Response } from "express";
34
import { Config } from "../core/config";
45
import type { DB } from "../db";
56
import { logger } from "../util/logger";
6-
import cors from "cors";
77

88
export function createServer(db: DB) {
99
const app = express();

0 commit comments

Comments
 (0)