This commit is contained in:
Roy Crihfield 2020-08-24 00:13:21 -05:00
parent a0aa1c3ac5
commit 96ad583b06

View File

@ -108,7 +108,6 @@ func (s *Service) CreateLatestSnapshot(params SnapshotParams) error {
return s.CreateSnapshot(params) return s.CreateSnapshot(params)
} }
// cache the elements
type nodeResult struct { type nodeResult struct {
node Node node Node
elements []interface{} elements []interface{}