Add caching

This commit is contained in:
Pieter Vander Vennet 2024-02-22 15:21:04 +01:00
parent f971d7fd41
commit a124b7f234
2 changed files with 14 additions and 3 deletions

View file

@ -980,7 +980,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
resolve({ error: "rate limited", url, statuscode: xhr.status })
} else {
resolve({
error: "other error: " + xhr.statusText,
error: "other error: " + xhr.statusText + ", " + xhr.responseText,
url,
statuscode: xhr.status,
})