Skip to content

Commit

Permalink
refactor: type
Browse files Browse the repository at this point in the history
Signed-off-by: sanjay-k1910 <[email protected]>
Signed-off-by: bhavanakarwade <[email protected]>
  • Loading branch information
sanjay-k1910 authored and bhavanakarwade committed Feb 27, 2024
1 parent d791fbc commit 7fd36c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api-gateway/src/ecosystem/ecosystem.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class EcosystemService extends BaseService {
return this.sendNats(this.serviceProxy, 'accept-reject-ecosystem-invitations', payload);
}

async fetchEcosystemOrg(ecosystemId: string, orgId: string): Promise<{ response: object }> {
async fetchEcosystemOrg(ecosystemId: string, orgId: string): Promise<object> {
const payload = { ecosystemId, orgId };
return this.sendNatsMessage(this.serviceProxy, 'fetch-ecosystem-org-data', payload);
}
Expand Down

0 comments on commit 7fd36c3

Please sign in to comment.