Skip to content

Commit ab82b80

Browse files
committed
First functional version
1 parent e9d3b36 commit ab82b80

File tree

8 files changed

+1488
-140
lines changed

8 files changed

+1488
-140
lines changed

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)