()
| 219 | return await BookmarkHostCheckController.startUserCheckHostsTask(await getAuthedUserId()) |
| 220 | }, |
| 221 | async getCheckHostsTask() { |
| 222 | return await BookmarkHostCheckController.getUserCheckHostsTask(await getAuthedUserId()) |
| 223 | }, |
| 224 | async random() { |
| 225 | const list = await db.query.userBookmarks.findMany({ |
| 226 | with: { relatedTagIds: true }, |
nothing calls this directly
no test coverage detected