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:
@@ -180,7 +180,7 @@
|
||||
"per_page": 10,
|
||||
"total_pages": 2,
|
||||
"count": 10,
|
||||
"total_count": 17
|
||||
"total_count": 19
|
||||
},
|
||||
"success": true,
|
||||
"errors": [],
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
"per_page": 10,
|
||||
"total_pages": 2,
|
||||
"count": 9,
|
||||
"total_count": 20
|
||||
"total_count": 19
|
||||
},
|
||||
"success": true,
|
||||
"errors": [],
|
||||
|
||||
Reference in New Issue
Block a user