mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
fix: list activities
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user