in src/app/work-items-filter.js [63:65]
endDate: formatDate(this.endDate), authors: (this.authors || []).filter(hasId).map(user => user && {id: user.id, name: user.name, avatarURL: user.avatarURL}),