remove unused line
This commit is contained in:
parent
902da8f8fc
commit
9ee327c90b
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ export default class gemini {
|
||||||
if (Object.keys(RESPONSE).includes(`error`)) {
|
if (Object.keys(RESPONSE).includes(`error`)) {
|
||||||
throw new Error(RESPONSE[`error`]);
|
throw new Error(RESPONSE[`error`]);
|
||||||
} else {
|
} else {
|
||||||
// this[`history`] = REQUEST[`contents`];
|
|
||||||
this.response = RESPONSE;
|
this.response = RESPONSE;
|
||||||
return RESPONSE;
|
return RESPONSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue