Skip to content

Commit

Permalink
fix: delete useless fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
mumu-lhl committed Aug 2, 2024
1 parent 88a1583 commit d85b9da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Chat {
model: this.model,
messages: this.messages,
};
await fetch(STATUS_URL);
const message = await fetch(CHAT_URL, {
headers: { "x-vqd-4": this.newVqd, "Content-Type": "application/json" },
method: "POST",
Expand Down

0 comments on commit d85b9da

Please sign in to comment.