Added timing information to CloudflareResponse
This commit is contained in:
@@ -248,7 +248,6 @@ namespace AMWD.Net.Api.Cloudflare
|
||||
return new CloudflareResponse<TRes>
|
||||
{
|
||||
Success = true,
|
||||
ResultInfo = new PaginationInfo(),
|
||||
Result = (TRes)cObj,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user