This commit is contained in:
Jonathan Jenne
2023-12-04 13:56:00 +01:00
parent 55b2865387
commit d966e88583
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
body: JSON.stringify({}),
}
console.debug('OpenDocument/Calling url: ' + url)
console.debug('OpenDocument/Calling url: ' + url)
return fetch(url, this.withCSRFToken(options))
.then(this.handleResponse)
.then((res) => {