fix: Use kebab-case for check license file
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user