Skip to content

Commit

Permalink
Delete Lobby API Test1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashikkalis committed Jan 9, 2025
1 parent e1781d9 commit 6efb0ec
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 @@ -178,7 +178,7 @@ function leaveLobby() {

function deleteLobby(){
$pdo = getDatabaseConnection();
$gemeId = 5;
$gemeId = 17;

try{
$sql = "DELETE FROM games WHERE game_id = ?";
Expand Down

0 comments on commit 6efb0ec

Please sign in to comment.