Update XxlRestfulServiceHandler.cs

typo-fix
一个谜之自信引发的编译失败
pull/38/head
徐超越 3 years ago committed by GitHub
parent e7adc08b5b
commit db7cf6acfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/DotXxlJob.Core/XxlRestfulServiceHandler.cs

@ -106,7 +106,7 @@ namespace DotXxlJob.Core
{
bodyText = await reader.ReadToEndAsync();
}
return bodyText??string.Emppty;
return bodyText??string.Empty;
}
#region rpc service

Loading…
Cancel
Save