Skip to content

Commit

Permalink
feat: add affectedUsers to DailyEvents queries
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveeks committed Jan 20, 2025
1 parent 278bd08 commit d37cefb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/events/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export const QUERY_RECENT_PROJECT_EVENTS = `
groupingTimestamp
lastRepetitionId
lastRepetitionTime
affectedUsers
}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/api/workspaces/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const QUERY_ALL_WORKSPACES_WITH_PROJECTS = `
count
groupingTimestamp
lastRepetitionTime
affectedUsers
}
}
}
Expand Down

0 comments on commit d37cefb

Please sign in to comment.