Merge branch 'phatt' into development

This commit is contained in:
puri-ph4tt 2023-12-15 15:07:49 +07:00
commit 1d5387c2c0

View file

@ -18,7 +18,7 @@ async function downloadSubmit(path: string | undefined) {
const arr = path.split('/')
if (arr.length < 3 || arr.length > 4) return
if (arr.length < 4 || arr.length > 5) return
const file = arr.pop()