Skip to content

Commit

Permalink
chore: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Dec 19, 2023
1 parent 05575ee commit 435cd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/initServices.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { MqttClient as ChrysalisMqttClient } from "@iota/mqtt.js";
import { Client as StardustClient } from "@iota/sdk";
import { initLogger, Client as NovaClient } from "@iota/sdk-nova";
import { Client as NovaClient } from "@iota/sdk-nova";
import { ServiceFactory } from "./factories/serviceFactory";
import logger from "./logger";
import { IConfiguration } from "./models/configuration/IConfiguration";
Expand Down

0 comments on commit 435cd03

Please sign in to comment.