Skip to content

Commit

Permalink
testing leave lobby
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashikkalis committed Dec 27, 2024
1 parent 5a722af commit e53d20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lobbys.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function joinLobby($userId, $lobbyId) {
//works
function leaveLobby() {
$pdo = getDatabaseConnection();
$lobbyId = 2;
$lobbyId = 4;

try {
$sql = "DELETE FROM game_lobbies WHERE id = ?";
Expand Down

0 comments on commit e53d20f

Please sign in to comment.