Merge pull request #943 from automatisch/check-license

fix: Use kebab-case for check license file
This commit is contained in:
Ömer Faruk Aydın
2023-02-17 22:46:40 +01:00
committed by GitHub
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 license = await checkLicense();