diff --git a/src/index.ts b/src/index.ts index e55f6fc4f..52e61142c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -144,4 +144,6 @@ interface Edge { }, }, }); + + console.log('Success to update the gist 🎉'); })();