remove unused line

This commit is contained in:
buzz-lightsnack-2007 2024-04-13 21:14:21 +08:00
parent 902da8f8fc
commit 9ee327c90b

View file

@ -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;
} }