Skip to content

Commit

Permalink
fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Feb 9, 2024
1 parent de49ca2 commit 39fc6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/service/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (s *BlockByTime) At(ctx context.Context, in *pbbmsrv.TimeReq) (*pbbmsrv.Blo
}

func (s *BlockByTime) Before(ctx context.Context, in *pbbmsrv.RelativeTimeReq) (*pbbmsrv.BlockResp, error) {
s.log.Info("handling Before request", "block_time", in.Time)
slog.Info("handling Before request", "block_time", in.Time)
prefix := Keyer.PackTimePrefixKey(in.Time.AsTime(), false)

response, err := s.sinkClient.Scan(ctx, &pbkv.ScanRequest{Begin: prefix, Limit: 4})
Expand Down

0 comments on commit 39fc6f1

Please sign in to comment.