fix startup hang

This commit is contained in:
2025-12-16 05:14:25 +01:00
parent f9cbb69939
commit 7811b36edf
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ namespace Blueberry.Redmine
{
try
{
await _apiClient.GetUserAsync();
await _apiClient.GetUserAsync(token: token);
return true;
}
catch (Exception)