Refactor empty array initialization

This commit is contained in:
2025-06-30 14:26:26 +02:00
parent f5418499a7
commit 902848958d

View File

@@ -93,7 +93,7 @@ try
Id = "Bearer"
}
},
new string[] {}
Array.Empty<string>()
}
});