1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-09-19 17:01:47 +02:00

Merge pull request #87 from PedrexDev/patch-1

Message edited.
This commit is contained in:
Flam3rboy 2021-08-27 18:20:59 +02:00 committed by GitHub
commit d1fd52247f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,5 @@ const { GithubNotionSync } = require("./GithubNotionSync");
const sync = new GithubNotionSync(config);
sync.execute()
.then((x) => console.log(`synced ${x} issues`))
.then((x) => console.log(`Successfuly synced ${x} issues!`))
.catch(console.error);