Skip to content

Commit

Permalink
Merge pull request #76 from Bia10/pluginBoostrap-priority
Browse files Browse the repository at this point in the history
fix wrong priority for plugin start boostrap
  • Loading branch information
Kaioru authored Sep 29, 2023
2 parents 20840cb + 72a1af5 commit 7d6b0f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IPluginManager<TContext> manager
_context = context;
_manager = manager;
}
public int Priority => BootstrapPriority.Init;
public int Priority => BootstrapPriority.Start;

public async Task Start()
{
Expand Down

0 comments on commit 7d6b0f7

Please sign in to comment.