Fix eslint error

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Marcel Klehr 2023-09-07 14:57:32 +02:00 committed by nextcloud-command
parent 84fa05abdc
commit 004ef98c14
3 changed files with 4 additions and 4 deletions

View file

@ -111,7 +111,7 @@ export default {
return Object.keys(this.settings['ai.textprocessing_provider_preferences']).length > 0 && Array.isArray(this.textProcessingTaskTypes)
},
tpTaskTypes() {
return Object.keys(this.settings['ai.textprocessing_provider_preferences']).filter(type => !!this.getTaskType(type))
return Object.keys(this.settings['ai.textprocessing_provider_preferences']).filter(type => !!this.getTaskType(type))
},
},
methods: {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long