We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e403c02 commit 10d4179Copy full SHA for 10d4179
1 file changed
utils/coinpayments.ts
@@ -11,7 +11,7 @@ export let client: Coinpayments;
11
try {
12
client = new Coinpayments({ key, secret });
13
} catch (err) {
14
- console.error(err);
+ console.warn(err);
15
}
16
17
/**
0 commit comments