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:
parent
64a8991d22
commit
7454d60709
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user