update delete quote method

This commit is contained in:
Odweta
2026-03-19 12:11:16 +01:00
parent 205bd79cdf
commit f4e986500d
+1 -1
View File
@@ -72,7 +72,7 @@ func deleteQuote(w http.ResponseWriter, r *http.Request) {
// execute delete
commandTag, err := db.Exec(
context.Background(),
"DELETE FROM quotes WHERE id=$1",
"DELETE FROM hlaskovnik WHERE id=$1",
id,
)
if err != nil {