update gave application

This commit is contained in:
2026-07-28 21:30:28 +07:00
parent 20662dc9da
commit 5e3584e31a
2 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -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) {