Skip to content

Commit

Permalink
Merge pull request #407 from credebl/auto-endorsement
Browse files Browse the repository at this point in the history
feat:Implemented auto endorsement functionality.
  • Loading branch information
nishad-ayanworks authored Nov 3, 2023
2 parents 6c7863e + 66f91ed commit 670a5d1
Show file tree
Hide file tree
Showing 6 changed files with 1,294 additions and 1,107 deletions.
1 change: 1 addition & 0 deletions src/api/ecosystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ interface CreateEcosystemPayload {
logo: string;
tags?: string;
userId: number;
autoEndorsement: boolean;
}

export interface GetEndorsementListParameter {
Expand Down
Loading

0 comments on commit 670a5d1

Please sign in to comment.