mirror of
https://codeberg.org/Hyperpipe/hyperpipe-backend
synced 2024-12-06 19:26:30 +01:00
fix: incorrect size for parseNext
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ func ResponsiveListItemRendererCH(s gjson.Result) []Item {
|
||||
}
|
||||
|
||||
func NavigationButton(s gjson.Result) []Item {
|
||||
size := s.Get("#").Int()
|
||||
size := s.Get("#").Int()
|
||||
r := make([]Item, size)
|
||||
|
||||
wg := sync.WaitGroup{}
|
||||
|
||||
Reference in New Issue
Block a user