Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 27, 2024
1 parent 67d2dee commit 88772ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions driver/registry_sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,6 @@ func (m *RegistrySQL) PingContext(ctx context.Context) error {
func (m *RegistrySQL) Ping() error {
return m.PingContext(context.Background())
}
func (m *RegistrySQL) PingContext(ctx context.Context) error {
return m.Persister().PingContext(ctx)
}

func (m *RegistrySQL) ClientManager() client.Manager {
return m.Persister()
Expand Down

0 comments on commit 88772ef

Please sign in to comment.