This commit is contained in:
Janus C. H. Knudsen 2025-03-10 15:56:22 +01:00
parent f3ab94eff1
commit 31666b4ba0
34 changed files with 140 additions and 83 deletions

View file

@ -1,6 +1,6 @@
using Insight.Database;
using Microsoft.ApplicationInsights;
using PlanTempus.Core.Sql;
using PlanTempus.Core.Database;
using PlanTempus.Core.Telemetry;
namespace PlanTempus.Components.Organizations.Create
@ -32,8 +32,6 @@ namespace PlanTempus.Components.Organizations.Create
transaction.Commit();
db.Success();
telemetryClient.TrackTrace(GetType().Name, orgResult.Format());
return orgResult;
}