Skip to content

Commit

Permalink
[FIX] bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ismoilovdevml committed May 13, 2024
1 parent af55fcd commit 825e342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions GitHub.Actions.API/Program.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Elastic.Apm.NetCoreAll;
var builder = WebApplication.CreateBuilder(args);

// Add services to the container.
Expand Down
1 change: 1 addition & 0 deletions GitHub.Actions/Program.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Elastic.Apm.NetCoreAll;
using GitHub.Actions.Data;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
Expand Down

0 comments on commit 825e342

Please sign in to comment.