fix: deleteAPIKey this.del statt this.delete (JS-Fehler)

This commit is contained in:
cynfo3000 2026-03-09 23:55:45 +01:00
parent ec30be7246
commit f658f3c4db

View File

@ -255,7 +255,7 @@ class ApiClient {
}
deleteAPIKey(id) {
return this.delete(`/api/v1/apikeys/${id}`)
return this.del(`/api/v1/apikeys/${id}`)
}
// System Settings