Add debug log for deleting label

This commit is contained in:
Hongbo Wu 2022-06-09 12:33:42 +08:00
parent 309c581cf5
commit 4cf45af669

View file

@ -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: {