mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-29 13:50:46 +03:00
lint fix
This commit is contained in:
@@ -17,6 +17,6 @@ const subCode = (length = 8) => {
|
|||||||
result += characters[(Math.floor(Math.random() * characters.length))];
|
result += characters[(Math.floor(Math.random() * characters.length))];
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
};
|
||||||
|
|
||||||
export const generateLicense = (): string => `${subCode()}-${subCode()}-${subCode()}-${subCode()}`;
|
export const generateLicense = (): string => `${subCode()}-${subCode()}-${subCode()}-${subCode()}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user