↓ 4 callersMethodupdateTaskInAList({
lists,
listId,
taskId,
keyToUpdate,
data,
}: {
lists: BoardListWithTasks[]
libs/web/boards/src/lib/state/boards.state.ts:272
↓ 2 callersFunctioncanUpdateBoard(
prisma: PrismaService,
role: Role,
id: string,
userId: string,
org: string,
operation: string,
)
apps/api/src/app/boards/boards.service.ts:284