From 7454d6070967ba146621267ea1c31510b7f19fc2 Mon Sep 17 00:00:00 2001 From: Pedrex <73689887+PedrexDev@users.noreply.github.com> Date: Fri, 27 Aug 2021 18:20:01 +0200 Subject: [PATCH] Message edited. Edited "synced ${x} issues" to "Successfuly synced ${x} issues!" (useless, ik) --- scripts/notion/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/notion/main.js b/scripts/notion/main.js index 74016d4..6bd96ac 100644 --- a/scripts/notion/main.js +++ b/scripts/notion/main.js @@ -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);