Skip to content

Commit

Permalink
import logger from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Mar 10, 2024
1 parent e6ba03f commit 1cdda26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/mqtt.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { DenoClient as Client, parseArgs } from "../deno/client.ts";
import { DEFAULT_URL, logger } from "../client/mod.ts";
import { DEFAULT_URL } from "../client/mod.ts";
import { logger } from "../utils/mod.ts";

const client = new Client();
const encoder = new TextEncoder();
Expand Down

0 comments on commit 1cdda26

Please sign in to comment.