feat: allow a user to remove themselves from a team
This commit is contained in:
@ -79,7 +79,7 @@ type TeamMember struct {
|
||||
}
|
||||
|
||||
// TableName makes beautiful table names
|
||||
func (TeamMember) TableName() string {
|
||||
func (*TeamMember) TableName() string {
|
||||
return "team_members"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user