1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Correct total_count in Cloudflare record fixtures

This commit is contained in:
Ross McFarland
2018-01-06 16:53:34 -08:00
parent 0659eda451
commit fdea900537
2 changed files with 2 additions and 2 deletions

View File

@@ -180,7 +180,7 @@
"per_page": 10,
"total_pages": 2,
"count": 10,
"total_count": 17
"total_count": 19
},
"success": true,
"errors": [],

View File

@@ -163,7 +163,7 @@
"per_page": 10,
"total_pages": 2,
"count": 9,
"total_count": 20
"total_count": 19
},
"success": true,
"errors": [],