From c6fc65970ba3bfb76196a8d956687a72477cd522 Mon Sep 17 00:00:00 2001 From: Spokequenouille <34508249+Spokequenouille@users.noreply.github.com> Date: Wed, 17 Feb 2021 20:44:20 +0100 Subject: [PATCH] Add name :bug: --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index c4ed3e9..337c083 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +//Antoine Schulz + import fastify from 'fastify'; // see axios doc on how to use it import axios from 'axios'; @@ -62,4 +64,4 @@ const start = async () => { process.exit(1); } }; -start(); \ No newline at end of file +start();