Adding temp debug statement
This commit is contained in:
parent
d7987ada43
commit
8da24fba11
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
@ -74,6 +74,8 @@ function diffLabels(oldLabels, newLabels) {
|
||||||
const oldLabel = oldLabels.filter(l => l.name === oLabel)[0];
|
const oldLabel = oldLabels.filter(l => l.name === oLabel)[0];
|
||||||
const newLabel = newLabels.filter(l => l.name === oLabel)[0];
|
const newLabel = newLabels.filter(l => l.name === oLabel)[0];
|
||||||
|
|
||||||
|
console.log({ oldLabel, newLabel });
|
||||||
|
|
||||||
if (
|
if (
|
||||||
oldLabel.color !== newLabel.color ||
|
oldLabel.color !== newLabel.color ||
|
||||||
oldLabel.description !== newLabel.description
|
oldLabel.description !== newLabel.description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue