mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Dumb: formatting fix
This commit is contained in:
@ -1525,7 +1525,7 @@ function putAsync(url, args) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
function postAsync(url, args) {
|
function postAsync(url, args) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
client.post(url, args, (data, response) => {
|
client.post(url, args, (data, response) => {
|
||||||
if (response.statusCode >= 400) {
|
if (response.statusCode >= 400) {
|
||||||
|
Reference in New Issue
Block a user