Skip to content

Commit

Permalink
REMOVE ApplicationStartingNotificationHandler hack since it is not th…
Browse files Browse the repository at this point in the history
…e right way to go about picking multiple user for a given project. Future Brian will have to handle this :)
  • Loading branch information
Brianmanden committed Aug 4, 2023
1 parent d93d429 commit 449b395
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
34 changes: 0 additions & 34 deletions juultimesedler-be/Events/ApplicationStartingNotificationHandler.cs

This file was deleted.

1 change: 0 additions & 1 deletion juultimesedler-be/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public void ConfigureServices(IServiceCollection services)
.AddBackOffice()
.AddWebsite()
.AddComposers()
.AddNotificationHandler<UmbracoApplicationStartingNotification, ApplicationStartingNotificationHandler>()
.Build();
}

Expand Down

0 comments on commit 449b395

Please sign in to comment.