fix: add parantheses, invoke unixNow
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m15s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m15s
This commit is contained in:
parent
c3a39157ff
commit
07d25ebbd2
@ -599,7 +599,7 @@ export const CreatePage = () => {
|
||||
|
||||
if (!arraybuffer) return null
|
||||
|
||||
return new File([new Blob([arraybuffer])], `${unixNow}.sigit.zip`, {
|
||||
return new File([new Blob([arraybuffer])], `${unixNow()}.sigit.zip`, {
|
||||
type: 'application/zip'
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user