Skip to content

Commit

Permalink
Merge pull request #32 from openimis/hotfix/id-change
Browse files Browse the repository at this point in the history
Fixed iD
  • Loading branch information
olewandowski1 authored Jun 27, 2023
2 parents 01693d2 + a3bfd90 commit c060ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function fetchBeneficiariesGroup(modulesManager, variables) {
export function fetchBeneficiary(modulesManager, variables) {
return graphqlWithVariables(
`
query ($beneficiaryId: UUID) {
query ($beneficiaryId: ID) {
beneficiary(id: $beneficiaryId) {
totalCount
pageInfo {
Expand Down

0 comments on commit c060ddd

Please sign in to comment.