Skip to content

Commit 6f45181

Browse files
cleanup
1 parent 8b8aff2 commit 6f45181

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/stores/viewer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export const useViewerStore = defineStore(
143143

144144
const params = { COMMAND_VIEWER, NUXT_ROOT_PATH, args };
145145
console.log("[VIEWER] params", params);
146+
146147
return appStore.request(
147148
{ schema, params },
148149
{

app/utils/local/microservices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import back_schemas from "@geode/opengeodeweb-back/opengeodeweb_back_schemas.jso
88
import { getPort } from "get-port-please";
99
import pTimeout from "p-timeout";
1010

11-
// Local imports
11+
// Local imports
1212
import { commandExistsSync, waitForReady } from "./scripts.js";
1313
import { microservicesMetadatasPath, projectMicroservices } from "./cleanup.js";
1414
import { executablePath } from "./path.js";

0 commit comments

Comments
 (0)