fix: removing labels

This commit is contained in:
Henry
2024-11-18 22:06:57 +00:00
parent a5734cd86c
commit 87e4ff143c

View File

@@ -407,7 +407,6 @@ export const hardDeleteCardLabelRelationship = async (
.eq("cardId", args.cardId)
.eq("labelId", args.labelId)
.select()
.limit(1)
.single();
return { data };