remove unsetting of lo, hi

This commit is contained in:
kim 2025-04-08 21:39:22 +01:00
parent 4a09a8c1b5
commit 31f9829c15

View file

@ -346,11 +346,6 @@ func (t *StatusTimeline) Load(
nextPg.Min.Value = lo
nextPg.Max.Value = hi
// Reset lo, hi values from being
// used as input arguments, ready
// to be updated for return.
lo, hi = "", ""
// Interstitial meta objects.
var metas []*StatusMeta