Refactor class name in parserExtraverif.js

This commit is contained in:
Sandro642 2024-10-27 10:47:55 +01:00
parent 0348e83ffe
commit f68165c66f

View File

@ -26,5 +26,5 @@ class ExtraFileVerification {
}
}
const athenaShieldInstance = new AthenaShield()
module.exports = athenaShieldInstance
const ExtraFileVerificationInstance = new ExtraFileVerification()
module.exports = ExtraFileVerificationInstance