Skip to content

Commit

Permalink
Remove accidental character added (typo). (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonk authored May 13, 2024
1 parent 2e764d3 commit 8e87cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18777,7 +18777,7 @@ class SyncConfluence {
(err, data) => {
if (err) {
console.error(err);
process.exit(1);s
process.exit(1);
} else {
if (data.results[0]) {
resolve(data.results[0]);
Expand Down
2 changes: 1 addition & 1 deletion utils/confluence.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class SyncConfluence {
(err, data) => {
if (err) {
console.error(err);
process.exit(1);s
process.exit(1);
} else {
if (data.results[0]) {
resolve(data.results[0]);
Expand Down

0 comments on commit 8e87cf6

Please sign in to comment.