1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-22 10:22:32 +01:00

Message edited.

Edited "synced ${x} issues" to "Successfuly synced ${x} issues!" (useless, ik)
This commit is contained in:
Pedrex 2021-08-27 18:20:01 +02:00 committed by GitHub
parent 64a8991d22
commit 7454d60709
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);