Skip to content

Commit

Permalink
AB#4912 hotfix open payout-endpoint to PM
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Nov 27, 2020
1 parent 048f4ed commit b8627d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class ProgramController {
await this.programService.notify(data.programId, data.notificationType);
}

@Roles(UserRole.ProjectOfficer)
@Roles(UserRole.ProjectOfficer, UserRole.ProgramManager)
@ApiOperation({
title: 'Send payout instruction to financial service provider',
})
Expand Down

0 comments on commit b8627d9

Please sign in to comment.