Merge pull request #38 from fanhousanbu/master

Update XxlRestfulServiceHandler.cs
master
xuanye wong 3 years ago committed by GitHub
commit 29965eb4f2
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