Skip to content

Commit a99b672

Browse files
committed
Fix build
1 parent 7c8f366 commit a99b672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trainings/skip.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (h *Handlers) Skip(ctx context.Context) error {
3434
return nil
3535
}
3636

37-
_, err = h.newGrpcClient(ctx).SkipExercise(context.Background(), &genproto.SkipExerciseRequest{
37+
_, err = h.newGrpcClient().SkipExercise(context.Background(), &genproto.SkipExerciseRequest{
3838
TrainingName: h.config.TrainingConfig(trainingRootFs).TrainingName,
3939
ExerciseId: exerciseConfig.ExerciseID,
4040
Token: h.config.GlobalConfig().Token,

0 commit comments

Comments
 (0)