1
0
mirror of https://github.com/dscalzi/HeliosLauncher.git synced 2025-01-08 20:12:12 -08:00

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