Refactor empty array initialization
This commit is contained in:
@@ -93,7 +93,7 @@ try
|
|||||||
Id = "Bearer"
|
Id = "Bearer"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
new string[] {}
|
Array.Empty<string>()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user