Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylynch committed Nov 20, 2024
1 parent 3c2331e commit b261c9e
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,14 @@ codeunit 7772 "Azure OpenAI Impl"
Enum::"Privacy Notice Approval State"::Agreed:
exit(true);
Enum::"Privacy Notice Approval State"::Disagreed, Enum::"Privacy Notice Approval State"::DisagreedAdmin:
if not Silent then begin
CopilotNotAvailable.SetCopilotCapability(Capability);
CopilotNotAvailable.Run();
end;
begin
if not Silent then begin
CopilotNotAvailable.SetCopilotCapability(Capability);
CopilotNotAvailable.Run();
end;

exit(false);
exit(false);
end;
else
exit(true);
end;
Expand Down

0 comments on commit b261c9e

Please sign in to comment.