Skip to content

Commit

Permalink
gs: Line should contain less than 121 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
onizmx committed Jun 10, 2024
1 parent 4ddf47c commit 7b7b95d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/gatewayserver/scheduling/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ func (s *Scheduler) ScheduleAt(ctx context.Context, opts Options) (res Emission,
var ok bool
starts, ok = s.clock.FromGatewayTime(*ttnpb.StdTime(opts.Time))
if !ok {
// Bryan: we can simply fail here to block all Class B and C transmission when gateway gps time is nil in clock.go.
// Bryan: we can simply fail here to block all Class B and C transmission
// when gateway gps time is nil in clock.go.
return Emission{}, 0, errNoAbsoluteGatewayTime.New()
}
} else {
Expand Down

0 comments on commit 7b7b95d

Please sign in to comment.