1
0
mirror of https://github.com/v2board/v2board.git synced 2025-04-21 17:12:37 +08:00

update: fix speed limit no outpus

This commit is contained in:
tokumeikoi 2022-12-15 17:08:05 +08:00
parent 2f50a0e90f
commit 286ba79a67

@ -119,7 +119,8 @@ class ServerService
->where('banned', 0)
->select([
'id',
'uuid'
'uuid',
'speed_limit'
])
->get();
}