mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Delete label by name
This commit is contained in:
parent
4cf45af669
commit
4f4cc51a37
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ export const deleteLabelResolver = authorized<
|
|||
}
|
||||
|
||||
// delete label in elastic pages and highlights
|
||||
await deleteLabel(labelId, {
|
||||
await deleteLabel(label.name, {
|
||||
pubsub: createPubSubClient(),
|
||||
uid,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue