[web] Lint source code

This commit is contained in:
Alain Nussbaumer
2024-04-23 20:33:42 +02:00
parent f156bb357a
commit 978e344ce2
2 changed files with 4 additions and 2 deletions

View File

@@ -66,7 +66,10 @@ const createIndexer = ({ field, type = undefined } = {}) => {
}
export class GroupedList {
constructor({ items = [], total = 0, offset = 0, limit = -1 } = {}, options) {
constructor(
{ items = [], total = 0, offset = 0, limit = -1 } = {},
options = {}
) {
this.items = items
this.total = total
this.offset = offset