Skip to content

Commit

Permalink
fix: Fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Nov 15, 2023
1 parent fe3a2ea commit b8314f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/utils/stardust/searchExecutor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { OutputResponse, IOutputsResponse } from "@iota/sdk";
import { OutputResponse } from "@iota/sdk";
import { SearchQuery } from "./searchQueryBuilder";
import { StardustTangleHelper } from "./stardustTangleHelper";
import { ISearchResponse } from "../../models/api/stardust/ISearchResponse";
Expand Down

0 comments on commit b8314f3

Please sign in to comment.