Skip to content

Commit

Permalink
Merge pull request #26 from thygesteffensen/thyge/scope-action
Browse files Browse the repository at this point in the history
fix: change OperationId in delete record actin
  • Loading branch information
thygesteffensen authored Mar 7, 2023
2 parents 863705b + 14ff3d8 commit aa30b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PAMU_CDS/Actions/DeleteRecordAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace PAMU_CDS.Actions
{
public class DeleteRecordAction : OpenApiConnectionActionExecutorBase
{
public static readonly string[] OperationId = {"CreateRecord"};
public static readonly string[] OperationId = {"DeleteRecord"};

private readonly IOrganizationService _organizationService;

Expand Down

0 comments on commit aa30b79

Please sign in to comment.