fix: removing labels
This commit is contained in:
@@ -407,7 +407,6 @@ export const hardDeleteCardLabelRelationship = async (
|
|||||||
.eq("cardId", args.cardId)
|
.eq("cardId", args.cardId)
|
||||||
.eq("labelId", args.labelId)
|
.eq("labelId", args.labelId)
|
||||||
.select()
|
.select()
|
||||||
.limit(1)
|
|
||||||
.single();
|
.single();
|
||||||
|
|
||||||
return { data };
|
return { data };
|
||||||
|
|||||||
Reference in New Issue
Block a user