mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-22 22:02:59 +00:00
+11
@@ -0,0 +1,11 @@
|
||||
export default class Response {
|
||||
constructor(mode) {
|
||||
if (mode.data === undefined)
|
||||
mode.data = {};
|
||||
this.data = mode.data;
|
||||
}
|
||||
|
||||
ignoreMatch() {
|
||||
this.ignore = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user