mirror of
https://github.com/usememos/memos.git
synced 2025-03-07 02:53:29 +08:00
chore: tweak linter
This commit is contained in:
parent
14d4cfd5a4
commit
2cdcd17ba3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue