smol fix?

This commit is contained in:
Samuel Wolff 2024-01-19 09:19:35 +01:00
parent bc4d16055f
commit 5db540d1d1

View File

@ -48,7 +48,7 @@ class KindController
{ {
$result = $this->db->deleteKind($kindId); $result = $this->db->deleteKind($kindId);
return $result; return json_encode($result);
} }
} }