[AI] Lint: fix typescript/unbound-method problems (#7163)

* [AI] Refactor modal components and server modules

Made-with: Cursor

* Release notes
This commit is contained in:
Matiss Janis Aboltins
2026-03-10 18:06:50 +00:00
committed by GitHub
parent 94dd8f73c0
commit bf1d220ced
80 changed files with 263 additions and 235 deletions

View File

@@ -142,7 +142,7 @@ class FilesService {
WHERE files.deleted = 0 LIMIT ?`,
[userId, userId, limit],
)
).map(this.validate);
).map(item => this.validate(item));
}
findUsersWithAccess(fileId) {