Skip to content

Commit dbb0725

Browse files
committed
Merge branch 'master' of github.com:aaronlmathis/dynago
2 parents 61619c9 + 6402263 commit dbb0725

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

internal/service/service.go

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,4 @@ func (s *DNSUpdateService) Start() error {
127127
}
128128
}
129129

130-
// Stop stops the DNS update service and performs any necessary cleanup.
131-
//
132-
// Returns an error if cleanup fails (currently always returns nil).
133-
func (s *DNSUpdateService) Stop() error {
134-
// Clean up resources, close connections, etc.
135-
// This is a placeholder for actual cleanup logic.
136-
return nil
137-
}
130+

0 commit comments

Comments
 (0)