Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqi96 committed Nov 21, 2024
1 parent b9b8440 commit 66e3466
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/log-viewer-webui/server/src/routes/query.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {StatusCodes} from "http-status-codes";

import settings from "../../settings.json" with {type: "json"};
import {EXTRACT_JOB_TYPES} from "../DbManager.js";
import {
StatusCodes,
} from 'http-status-codes';


/**
* Creates query routes.
Expand Down

0 comments on commit 66e3466

Please sign in to comment.