Skip to content

Commit

Permalink
Merge pull request #448 from iGLOO-be/fix/getUserPartnerAccountRelati…
Browse files Browse the repository at this point in the history
…ons-null

fix: omnipartners: identity: getUserPartnerAccountRelations: result c…
  • Loading branch information
LoicMahieu authored Dec 4, 2023
2 parents e8e4d81 + 37cf7e0 commit cb4d8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/omnipartners/src/api/identity/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ export default class Identity extends Api {
public getUserPartnerAccountRelations(
data: IGetUserPartnerAccountRelationsInput,
): Promise<{
data: {
data: {
records: { accepted: IUserPartnerAccountRelation[] }
page: string;
records_per_page: string;
Expand All @@ -820,7 +820,7 @@ export default class Identity extends Api {
recordsPerPage: string;
totalRecordCount: string;
totalPages: number;
};
} | null;
}> {
return this.get(
"/service/partners/get-users/",
Expand Down

0 comments on commit cb4d8b9

Please sign in to comment.