Remove unused ttl field

This commit is contained in:
Tim Jacomb 2019-09-28 09:54:25 +01:00 committed by saidst
parent 5d556868f1
commit 0bc324d0c8

View File

@ -114,7 +114,7 @@ func (c fakeDesignateClient) UpdateRecordSet(zoneID, recordSetID string, opts re
if opts.Description != nil {
rs.Description = *opts.Description
}
rs.TTL = *opts.TTL
rs.Records = opts.Records
return nil
}