rebranding changes
I hope I got everything but its a lot tbh
This commit is contained in:
@@ -59,7 +59,7 @@ public sealed class MareMediator : IHostedService
|
||||
|
||||
public Task StartAsync(CancellationToken cancellationToken)
|
||||
{
|
||||
_logger.LogInformation("Starting MareMediator");
|
||||
_logger.LogInformation("Starting NamazuMediator");
|
||||
|
||||
_ = Task.Run(async () =>
|
||||
{
|
||||
@@ -83,7 +83,7 @@ public sealed class MareMediator : IHostedService
|
||||
}
|
||||
});
|
||||
|
||||
_logger.LogInformation("Started MareMediator");
|
||||
_logger.LogInformation("Started NamazuMediator");
|
||||
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user