Skip to content

Commit d5dcbfa

Browse files
committed
api: Add log
1 parent a020747 commit d5dcbfa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/api/scripts/create-issues-from-subscriptions.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ for (const subscription of ongoingSubscriptions) {
7979
},
8080
});
8181
}
82+
else {
83+
console.log(
84+
"Issue %s already exists for user %s",
85+
release.issuecode,
86+
subscription.userId,
87+
);
88+
}
8289
}
8390
}
8491

0 commit comments

Comments
 (0)