fix: Use kebab-case for check license file

This commit is contained in:
Faruk AYDIN
2023-02-17 22:41:39 +01:00
parent 7c394414d8
commit d227a07fe9
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import checkLicense from '../../helpers/checkLicense.ee'; import checkLicense from '../../helpers/check-license.ee';
const getLicense = async () => { const getLicense = async () => {
const license = await checkLicense(); const license = await checkLicense();