Skip to content

Commit

Permalink
Fix build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo committed Sep 27, 2024
1 parent d5e7824 commit a061e5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace GeneXus.Programs
{
public class aprochttpgetstatic : GXWebProcedure
{
protected override async Task WebExecuteAsync( )
public override async Task WebExecuteAsync( )
{
context.SetDefaultTheme("HttpClientTest", true);
initialize();
Expand Down

0 comments on commit a061e5e

Please sign in to comment.