Skip to content

Commit 932ba5d

Browse files
committed
First functional version
1 parent 22c3d79 commit 932ba5d

8 files changed

Lines changed: 1488 additions & 140 deletions

File tree

internal/api/v1.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ type LobbyEntry struct {
5555
func (handler *V1Handler) getLobbies(writer http.ResponseWriter, _ *http.Request) {
5656
// REMARK: If paging is ever implemented, we might want to maintain order
5757
// when deleting lobbies from state in the state package.
58-
5958
lobbies := state.GetPublicLobbies()
6059
lobbyEntries := make(LobbyEntries, 0, len(lobbies))
6160
for _, lobby := range lobbies {

0 commit comments

Comments
 (0)