chore(storage): fix comment for ServersAreEqual

This commit is contained in:
Quentin McGaw
2025-12-23 15:36:08 +00:00
parent 7052d5490b
commit 600f2ab643
+2 -1
View File
@@ -60,7 +60,8 @@ func (s *Storage) Format(provider, format string) (formatted string, err error)
return serversObject.Format(provider, format)
}
// GetServersCount returns the number of servers for the provider given.
// ServersAreEqual returns whether the servers for the provider
// in storage are equal to the servers slice given.
func (s *Storage) ServersAreEqual(provider string, servers []models.Server) (equal bool) {
if provider == providers.Custom {
return true