Skip to content

Commit 66e3466

Browse files
committed
linter
1 parent b9b8440 commit 66e3466

File tree

1 file changed

+3
-3
lines changed
  • components/log-viewer-webui/server/src/routes

1 file changed

+3
-3
lines changed

components/log-viewer-webui/server/src/routes/query.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import {StatusCodes} from "http-status-codes";
2+
13
import settings from "../../settings.json" with {type: "json"};
24
import {EXTRACT_JOB_TYPES} from "../DbManager.js";
3-
import {
4-
StatusCodes,
5-
} from 'http-status-codes';
5+
66

77
/**
88
* Creates query routes.

0 commit comments

Comments
 (0)