Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9a3227433 | ||
|
|
60cb3514b2 | ||
|
|
4aeaa05f0b |
@@ -15,7 +15,8 @@ class RemoteStorage {
|
||||
|
||||
async wsQuery(query) {
|
||||
const response = await this.wsc.message(
|
||||
await this.wsc.send(Object.assign({accessToken: this.accessToken}, query))
|
||||
await this.wsc.send(Object.assign({accessToken: this.accessToken}, query), 30),
|
||||
300
|
||||
);
|
||||
if (response.error)
|
||||
throw new Error(response.error);
|
||||
|
||||
Reference in New Issue
Block a user