mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
[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:
committed by
GitHub
parent
94dd8f73c0
commit
bf1d220ced
@@ -142,7 +142,7 @@ class FilesService {
|
||||
WHERE files.deleted = 0 LIMIT ?`,
|
||||
[userId, userId, limit],
|
||||
)
|
||||
).map(this.validate);
|
||||
).map(item => this.validate(item));
|
||||
}
|
||||
|
||||
findUsersWithAccess(fileId) {
|
||||
|
||||
Reference in New Issue
Block a user