fix Syncher whitespace
This commit is contained in:
@@ -332,7 +332,7 @@ namespace PARR.AIHIT
|
||||
|
||||
private async Task<Application?> CreateAppIfNotExistAsync(string appName, ApplicationTypesEnum type)//Application application)
|
||||
{
|
||||
if (string.IsNullOrEmpty(appName)) return null;
|
||||
if (string.IsNullOrEmpty(appName) || string.IsNullOrWhiteSpace(appName)) return null;
|
||||
|
||||
var existApp = await appService.GetByNameAsync(appName);
|
||||
if (existApp != null)
|
||||
|
||||
Reference in New Issue
Block a user