fix(typo): remove , from log
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
990778dfb3
commit
097b5316e8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class SaveProgressionProcessor : ISaveProgressionProcessor
|
|||
userWithTweetsToSync.User.Acct
|
||||
);
|
||||
await _removeTwitterAccountAction.ProcessAsync(userWithTweetsToSync.User);
|
||||
_logger.LogInformation("Account {User}, purged", userWithTweetsToSync.User.Acct);
|
||||
_logger.LogInformation("Account {User} purged", userWithTweetsToSync.User.Acct);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Reference in a new issue