Skip to content

Commit

Permalink
refactor: disable tos
Browse files Browse the repository at this point in the history
  • Loading branch information
clD11 committed Oct 28, 2024
1 parent e2285b0 commit 213a219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/rewards/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func (s *Service) GetParameters(ctx context.Context, currency *BaseCurrency) (*P
DefaultTipChoices: getTipChoices(ctx),
DefaultMonthlyChoices: getMonthlyChoices(ctx),
},
TOSVersion: s.cfg.TOSVersion,
}

vbatDeadline, ok := ctx.Value(appctx.ParametersVBATDeadlineCTXKey).(time.Time)
Expand Down

0 comments on commit 213a219

Please sign in to comment.