Skip to content

Commit

Permalink
Merge pull request #111 from YoginiTayade/issie-in-getUserPoint
Browse files Browse the repository at this point in the history
resolved the issue of no data -> userId should have been uuid and not a string
  • Loading branch information
suraj-tekdi authored Jan 13, 2025
2 parents 64b5140 + c24d069 commit ebb82a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/hasura/altProgramAssociation.adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,7 @@ export class ALTProgramAssociationService {
}
}
`,
variables: {
userId: altUserId,
Expand Down

0 comments on commit ebb82a5

Please sign in to comment.