Remove debug
This commit is contained in:
parent
07eda1b9da
commit
496d381ace
@ -66,7 +66,7 @@ function renderMemeGallery(): string
|
|||||||
return $meme_gallery_out;
|
return $meme_gallery_out;
|
||||||
}
|
}
|
||||||
|
|
||||||
function deleteMeme(int $memeId): string
|
function deleteMeme(int $memeId): array
|
||||||
{
|
{
|
||||||
global $mysqli;
|
global $mysqli;
|
||||||
$out = ["Status" => "Fail"];
|
$out = ["Status" => "Fail"];
|
||||||
|
Loading…
Reference in New Issue
Block a user