mirror of
https://github.com/usememos/memos.git
synced 2025-10-11 23:06:03 +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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue