un-stopped bot return status "stopped" instead of the error

This commit is contained in:
2025-10-07 16:10:14 +07:00
parent f30cc7dc47
commit ff7e4ed3d3
3 changed files with 3 additions and 3 deletions

View File

@@ -1767,7 +1767,7 @@ export class DataClient extends AuthorizedApiBase {
url_ = url_.replace(/[?&]$/, "");
let options_: RequestInit = {
method: "POST",
method: "GET",
headers: {
"Accept": "application/json"
}