[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
1 changed files with 1 additions and 0 deletions

View File

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