Adding some debugging statements
This commit is contained in:
parent
94d3aa4294
commit
3d27d3f4ea
2 changed files with 5 additions and 1 deletions
4
index.js
4
index.js
|
@ -96,6 +96,10 @@ function diffLabels(oldLabels, newLabels) {
|
||||||
oldLabel.color !== newLabel.color ||
|
oldLabel.color !== newLabel.color ||
|
||||||
oldLabel.description !== newLabel.description
|
oldLabel.description !== newLabel.description
|
||||||
) {
|
) {
|
||||||
|
console.log('update')
|
||||||
|
console.log({ oldLabel })
|
||||||
|
console.log({ newLabel })
|
||||||
|
|
||||||
// UPDATE
|
// UPDATE
|
||||||
labelModList.push({ type: "update", label: newLabel });
|
labelModList.push({ type: "update", label: newLabel });
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue