Skip to content

Commit

Permalink
Small amount of code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
snowe2010 committed Mar 8, 2024
1 parent ed4f40b commit 275cf68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/node-service/src/plugins/openApi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ import {
isFile,
} from "./util";
import { badRequest } from "../../common/error";
import { safeJsonParse } from "../../common/util";
import { OpenAPI, OpenAPIV2, OpenAPIV3 } from "openapi-types";
import _ from "lodash";
import { fetch } from "../../common/fetch";
import { RequestInit, Response } from "node-fetch";
import { RequestInit } from "node-fetch";

const dataSourceConfig = {
type: "dataSource",
Expand Down

0 comments on commit 275cf68

Please sign in to comment.