Skip to content

Commit

Permalink
fix: update DetailedSession type (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Mar 15, 2024
1 parent d58f78d commit eda1e67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/requests/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,13 @@ export async function getDetailedSessionById(
query GetSessionDetails($id: uuid!) {
lowcal_sessions_by_pk(id: $id) {
id
flowId: flow_id
lockedAt: locked_at
submittedAt: submitted_at
data
flow {
id
slug
}
}
}
`,
Expand Down

0 comments on commit eda1e67

Please sign in to comment.