summaryrefslogtreecommitdiffstats
path: root/server/lib/external-backends/backends/template-backend.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/external-backends/backends/template-backend.js')
-rw-r--r--server/lib/external-backends/backends/template-backend.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/external-backends/backends/template-backend.js b/server/lib/external-backends/backends/template-backend.js
index ceab46a..3bf665a 100644
--- a/server/lib/external-backends/backends/template-backend.js
+++ b/server/lib/external-backends/backends/template-backend.js
@@ -5,7 +5,7 @@ class TemplateBackend extends ExternalBackends {
return [{ type: 'text', id: 1, name: 'text test', icon: 'bug_report' }, { type: 'password', id: 2, name: 'password test', show: true }, { type: 'password', id: 3, name: 'password test nr2', show: false }, { type: 'switch', id: 4, name: 'bool test', value: false }, { type: 'select', id: 5, name: 'selection test', items: ['wasd', 'asdf', 'qwertz'] }]
}
- async checkConnection () {
+ async checkConnection (backend) {
var result = await x()
console.log(result)
return result