Bug in process Request

This commit is contained in:
2024-02-13 06:06:14 +01:00
parent e6c70e20b9
commit 4a51269712
2 changed files with 111 additions and 111 deletions

View File

@@ -125,5 +125,6 @@
"referenceerror: ccountry is not defined": "ReferenceError: ccountry is not defined",
"typeerror: invalid assignment to const 'response'": "TypeError: invalid assignment to const 'response'",
"error: request aborted": "Error: Request aborted",
"typeerror: can't access property \"code\", form.country is null": "TypeError: can't access property \"code\", form.country is null"
"typeerror: can't access property \"code\", form.country is null": "TypeError: can't access property \"code\", form.country is null",
"error: request failed with status code 504": "Error: Request failed with status code 504"
}