Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
msandhuNHS committed Dec 12, 2023
1 parent e05fbfc commit 57cbc3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service/senderService.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import log from "loglevel";
import sendMessage from "../post/send_message.js";
import sendMessageChunks from "../post/send_message_chunks.js";
import { checkConnection } from "./Helper.js";
import payload from "../model/Payload.js";

export default class SendMessageService {
constructor(config, payload, destination) {
Expand Down

0 comments on commit 57cbc3b

Please sign in to comment.