Skip to content

Commit

Permalink
fix: Build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
badalkhatri0924 committed Oct 14, 2023
1 parent efb0d17 commit d1d73f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/services/server/requests/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export function getTeamTasksRequest({
}: {
tenantId: string;
organizationId: string;
projectId: string;
bearer_token: string;
relations?: string[];
projectId?: string;
}) {
const obj = {
'where[organizationId]': organizationId,
Expand Down

0 comments on commit d1d73f8

Please sign in to comment.