Skip to content

Commit

Permalink
Fix bug;
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed May 17, 2024
1 parent 6887dc7 commit 0fd026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AgileConfig.Server.EventHandler/SystemEventHandlers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public DisableOrEnableAppEventHandler(ISysLogService sysLogService)

public async Task Handle(IEvent evt)
{
var evtInstance = evt as EditAppSuccessful;
var evtInstance = evt as DisableOrEnableAppSuccessful;
App app = evtInstance.App;
string userName = evtInstance.UserName;
if (app != null)
Expand Down

0 comments on commit 0fd026f

Please sign in to comment.