We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b8440 commit 66e3466Copy full SHA for 66e3466
components/log-viewer-webui/server/src/routes/query.js
@@ -1,8 +1,8 @@
1
+import {StatusCodes} from "http-status-codes";
2
+
3
import settings from "../../settings.json" with {type: "json"};
4
import {EXTRACT_JOB_TYPES} from "../DbManager.js";
-import {
- StatusCodes,
5
-} from 'http-status-codes';
6
7
/**
8
* Creates query routes.
0 commit comments