mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-11-09 16:00:36 +08:00
fix unused params in: providers/oracle
This commit is contained in:
parent
004dc4d15a
commit
a51a9f9076
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ func (o *oracleProvider) EnsureZoneExists(domain string) error {
|
|||
if err == nil {
|
||||
return nil
|
||||
}
|
||||
if err != nil && getResp.RawResponse.StatusCode != 404 {
|
||||
if getResp.RawResponse.StatusCode != 404 {
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue