chore: clean

This commit is contained in:
puriphatt 2024-10-15 09:40:58 +07:00
parent 860c8784a4
commit baed61b66b

View file

@ -432,7 +432,6 @@ export async function waitAll<T extends Promise<any>[]>(arr: T) {
}
export function commaInput(text: string): string {
console.log(text);
if (typeof text !== 'string') return '0';
if (!text) return '0';