From 9dc61e1349394b6f1d9a426624e0ce16b76249c7 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Thu, 27 Aug 2026 18:23:32 +0200 Subject: [PATCH] fix(lint): blank line after the multi-line endpointSource property vue/new-line-between-multi-line-property, LearniqDashboards.vue:540. One error, and it is the only thing standing between development and a green Vue Quality job -- the other 19 findings in that run are warnings. It reached development because every Code Quality run there since 09:54 was CANCELLED by the release loop's concurrency group rather than completing, so nothing reported the regression. --- src/views/LearniqDashboards.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/LearniqDashboards.vue b/src/views/LearniqDashboards.vue index f28d4b60..90ea265f 100644 --- a/src/views/LearniqDashboards.vue +++ b/src/views/LearniqDashboards.vue @@ -538,6 +538,7 @@ export default { endpointSource: { url: '/apps/learniq/api/engagement/me', }, + valueField: 'totalPoints', // The server composes this line: a caption template resolves a // missing token to '', which would leave a learner with no level