diff --git a/store/store.go b/store/store.go index 6b90836ef6d66..69ca45ab776a6 100644 --- a/store/store.go +++ b/store/store.go @@ -25,7 +25,7 @@ func New(driver Driver, profile *profile.Profile) *Store { } } -func (s *Store) MigrateManually(ctx context.Context) error { +func (*Store) MigrateManually(context.Context) error { return nil }