Skip to content

Commit

Permalink
Updated get task
Browse files Browse the repository at this point in the history
  • Loading branch information
badalkhatri0924 committed Oct 16, 2023
1 parent d1d73f8 commit 594b94f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/web/app/services/server/requests/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { IUser } from '@app/interfaces';
export function getTeamTasksRequest({
tenantId,
organizationId,
projectId,
// TODO
// projectId,
bearer_token,
relations = [
'tags',
Expand All @@ -35,7 +36,8 @@ export function getTeamTasksRequest({
const obj = {
'where[organizationId]': organizationId,
'where[tenantId]': tenantId,
'where[projectId]': projectId,
// TODO
// 'where[projectId]': projectId,
'join[alias]': 'task',
'join[leftJoinAndSelect][members]': 'task.members',
'join[leftJoinAndSelect][user]': 'members.user'
Expand Down

0 comments on commit 594b94f

Please sign in to comment.