From 4879b52251e4fff3d607a58afbc053c84ebb7089 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Mon, 5 Jul 2021 22:32:27 +0200 Subject: [PATCH] [authorGen] Fix missing performance bug??? --- src/authorGen.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/authorGen.js b/src/authorGen.js index 75f342c..8efd433 100644 --- a/src/authorGen.js +++ b/src/authorGen.js @@ -1,3 +1,4 @@ +import { performance } from 'perf_hooks'; import { readFileSync } from 'fs'; import axios from 'axios';