mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add debug log for deleting label
This commit is contained in:
parent
309c581cf5
commit
4cf45af669
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ export const deleteLabel = async (
|
|||
ctx: PageContext
|
||||
): Promise<boolean> => {
|
||||
try {
|
||||
console.log('deleting label', label)
|
||||
const { body } = await client.updateByQuery({
|
||||
index: INDEX_ALIAS,
|
||||
body: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue