Add missing word

This commit is contained in:
Noi 2020-04-09 22:48:59 -07:00
parent 4a052e4394
commit 14b3219ee6

View file

@ -65,7 +65,7 @@ namespace BirthdayBot
return Task.CompletedTask;
}
private void OnCancelKeyPressed(Object sender, ConsoleCancelEventArgs e)
private static void OnCancelKeyPressed(object sender, ConsoleCancelEventArgs e)
{
e.Cancel = true;
Log("Shutdown", "Caught cancel key. Will shut down...");