Skip to content

Commit e395c56

Browse files
committed
fix: unused vars
1 parent 3186ef2 commit e395c56

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

examples/node-auth/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
const { createClient } = require("../../dist/main/index");
2-
const fs = require("fs");
3-
const path = require("path");
42

53
const transcribeUrl = async () => {
64
const deepgram = createClient(process.env.DEEPGRAM_API_KEY);

0 commit comments

Comments
 (0)