fix: list activities

This commit is contained in:
Steven
2023-12-20 08:01:27 +08:00
parent d4c7de3916
commit bec2c15ac9
9 changed files with 126 additions and 127 deletions

View File

@ -56,9 +56,9 @@ type Activity struct {
}
type FindActivity struct {
Type ActivityType
Level ActivityLevel
Where []string
Type ActivityType
Level ActivityLevel
PayloadShortcutID *int32
}
func (s *Store) CreateActivity(ctx context.Context, create *Activity) (*Activity, error) {