fix issue with emoji not properly updating

This commit is contained in:
trinkey 2025-03-24 21:06:16 -04:00
parent 6d8fd143dc
commit 0000e6b8f8

View file

@ -22,7 +22,7 @@ if ($responseCode !== 200) {
}
$query = "
TRUNCATE TABLE qna;
TRUNCATE TABLE emoji;
";
pg_query($db, $query);