Merge branch 'phatt' into development
This commit is contained in:
commit
1d5387c2c0
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ async function downloadSubmit(path: string | undefined) {
|
||||||
|
|
||||||
const arr = path.split('/')
|
const arr = path.split('/')
|
||||||
|
|
||||||
if (arr.length < 3 || arr.length > 4) return
|
if (arr.length < 4 || arr.length > 5) return
|
||||||
|
|
||||||
const file = arr.pop()
|
const file = arr.pop()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue