[authorGen] Fix missing performance bug???

This commit is contained in:
Alyxia Sother 2021-07-05 22:32:27 +02:00
parent 3b0b6e7974
commit 4879b52251
No known key found for this signature in database
GPG key ID: 355968D14144B739

View file

@ -1,3 +1,4 @@
import { performance } from 'perf_hooks';
import { readFileSync } from 'fs';
import axios from 'axios';