We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3114af2 commit 4295bd6Copy full SHA for 4295bd6
dist/index.js
@@ -18658,8 +18658,7 @@ class SyncConfluence {
18658
title,
18659
(err, data) => {
18660
if (err) {
18661
- console.error(err);
18662
- process.exit(1);
+ resolve(undefined);
18663
} else {
18664
if (data.results[0]) {
18665
resolve(data.results[0].id);
utils/confluence.js
@@ -11,8 +11,7 @@ class SyncConfluence {
11
12
13
14
15
16
17
18
0 commit comments