chore: fix list activities typo

This commit is contained in:
Steven
2023-10-27 01:11:41 +08:00
parent e5978a70f5
commit 052216c471
5 changed files with 6 additions and 6 deletions

View File

@ -108,7 +108,7 @@ func copydb(fromProfile, toProfile *_profile.Profile) error {
func copyActivity(ctx context.Context, fromDriver, toDriver store.Driver) error {
println("Copying Activity...")
list, err := fromDriver.ListActivity(ctx, &store.FindActivity{})
list, err := fromDriver.ListActivities(ctx, &store.FindActivity{})
if err != nil {
return err
}