diff --git a/client/src/components/Workflow/Editor/modules/services.js b/client/src/components/Workflow/Editor/modules/services.js index c055bb869a78..e190eed63f34 100644 --- a/client/src/components/Workflow/Editor/modules/services.js +++ b/client/src/components/Workflow/Editor/modules/services.js @@ -2,8 +2,6 @@ import axios from "axios"; import { getAppRoot } from "onload/loadConfig"; import { errorMessageAsString, rethrowSimple } from "utils/simple-error"; -import { toSimple } from "./model"; - /** Workflow data request helper **/ export async function getVersions(id) { try {