generated from VLADIMIR/template
update gave application
This commit is contained in:
@@ -166,7 +166,7 @@ func (s *GameService) DeleteTeam(ctx context.Context, teamId int) error {
|
||||
}
|
||||
|
||||
func (s *GameService) GiveTeamApplications(ctx context.Context, teamId int, name string) error {
|
||||
panic("unimplemented")
|
||||
return s.applicationsRepo.UpdateApplicationStatus(ctx, teamId, name, "done")
|
||||
}
|
||||
|
||||
func (s *GameService) GetTeamActions(ctx context.Context, teamId int, password string) (*storytelling.Story, error) {
|
||||
|
||||
Reference in New Issue
Block a user