We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ac7af commit c426bdbCopy full SHA for c426bdb
src/util/error/createError.ts
@@ -1,6 +1,5 @@
1
import Resource from "../../resource";
2
import { VideomailClientOptions } from "../../types/options";
3
-import getBrowser from "../getBrowser";
4
import { isAudioEnabled } from "../options/audio";
5
import pretty from "../pretty";
6
import HTTPVideomailError from "./HTTPVideomailError";
@@ -34,7 +33,6 @@ function createError(errorParams: ErrorParams) {
34
33
const classList = errorParams.classList ?? [];
35
36
const audioEnabled = isAudioEnabled(options);
37
- const browser = getBrowser(options);
38
39
const errName = err?.name ?? err?.constructor.name;
40
0 commit comments