Skip to content

Commit

Permalink
Remove schedule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonehusin committed Apr 4, 2024
1 parent b19bdf3 commit f06c0e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pager/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ func (o *Organization) Slug() string {
// FireHydrant Signals use to group users and their schedules, but other
// providers may label them differently, e.g. Service Owners / User Groups.
type Team struct {
Slug string
Schedules []*Schedule
Members []*User
Slug string
Members []*User
Resource
}

Expand Down

0 comments on commit f06c0e1

Please sign in to comment.