chore: null

it's commented out code lmao
This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-10-10 22:26:17 -04:00
parent c502acbba9
commit 662a97ffc5
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -82,7 +82,7 @@ export const cs = yup.object<FormChapter>().shape({
} else {
ext = (value as File)?.name?.split(".").reverse()[0];
}
// console.log(ext)
//
let reg = /(docx|doc)$/i;
return reg.test(ext);
},