mirror of
https://github.com/restic/restic.git
synced 2026-05-26 12:05:36 +00:00
backend/server: remove id and version from backend
This commit is contained in:
+1
-1
@@ -601,7 +601,7 @@ func (s *Server) Delete() error {
|
||||
}
|
||||
|
||||
func (s *Server) ID() string {
|
||||
return s.be.ID()
|
||||
return "empty"
|
||||
}
|
||||
|
||||
func (s *Server) Location() string {
|
||||
|
||||
Reference in New Issue
Block a user