Commit 22e6799
authored
cloudflare: Fix record updates due to empty zone ID (#262)
Cloudflare API in some cases returns an empty ZoneID
for the zones endpoint. Due to that the subsequent update
calls fail.
This patch addresses this issue by manually specifying the
zone ID in cases where it is empty.
Signed-off-by: Niraj Yadav <[email protected]>1 parent b178003 commit 22e6799
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
0 commit comments