Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmverma committed Jan 31, 2025
1 parent 53f5e99 commit f032755
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ private static DataSharing.WebApiClient.SupplierInformation GetSupplierInfo()
contactPoint: null!,
roles: [],
details: null!,
supplierInformationData: null!
supplierInformationData: null!,
type: DataSharing.WebApiClient.OrganisationType.Organisation
);
}
}

0 comments on commit f032755

Please sign in to comment.