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

@@ -26,5 +26,5 @@ func (s *Store) CreateActivity(ctx context.Context, create *Activity) (*Activity
}
func (s *Store) ListActivity(ctx context.Context, find *FindActivity) ([]*Activity, error) {
return s.driver.ListActivity(ctx, find)
return s.driver.ListActivities(ctx, find)
}