Skip to content

Commit

Permalink
Merge branch 'release-1.0' into SPSH-1390
Browse files Browse the repository at this point in the history
  • Loading branch information
clauyan authored Nov 28, 2024
2 parents a0482ba + caca051 commit c0e4b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/organisation/api/organisation.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ export class OrganisationController {
}

@Put(':organisationId/enable-for-its-learning')
@UseGuards(StepUpGuard)
//@UseGuards(StepUpGuard) --> SPSH-1519 (Not Possible due to migration at the moment)
@ApiOkResponse({
description: 'The organization was successfully enabled for itslearning.',
type: OrganisationResponseLegacy,
Expand Down

0 comments on commit c0e4b70

Please sign in to comment.