added update functions
This commit is contained in:
@ -51,3 +51,7 @@ export const getGrade = (score: number) => {
|
||||
if (score < 500000) return "D";
|
||||
return "";
|
||||
};
|
||||
|
||||
export const supportedVersionNumber = Number(
|
||||
process.env.SUPPORTED_CHUNITHM_VERSION_NUMBER,
|
||||
);
|
||||
|
Reference in New Issue
Block a user