Skip to content

Commit

Permalink
Return response when object is received.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdas-infoblox committed Feb 23, 2024
1 parent 4a59ac3 commit 54960a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions object_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@ func (objMgr *ObjectManager) SearchDnsObjectByAltId(
return nil, err
}
}
if res != nil {
return res, nil
}
}

sf := map[string]string{
Expand Down

0 comments on commit 54960a0

Please sign in to comment.