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 2e764d3 commit 8e87cf6Copy full SHA for 8e87cf6
dist/index.js
@@ -18777,7 +18777,7 @@ class SyncConfluence {
18777
(err, data) => {
18778
if (err) {
18779
console.error(err);
18780
- process.exit(1);s
+ process.exit(1);
18781
} else {
18782
if (data.results[0]) {
18783
resolve(data.results[0]);
utils/confluence.js
@@ -130,7 +130,7 @@ class SyncConfluence {
130
131
132
133
134
135
136
0 commit comments