Skip to content

Commit 10d4179

Browse files
author
Liam
committed
Warn
1 parent e403c02 commit 10d4179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/coinpayments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export let client: Coinpayments;
1111
try {
1212
client = new Coinpayments({ key, secret });
1313
} catch (err) {
14-
console.error(err);
14+
console.warn(err);
1515
}
1616

1717
/**

0 commit comments

Comments
 (0)