[Video] use correct max size (#5245)
Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
parent
723a5e488e
commit
436e30fded
21 changed files with 44 additions and 44 deletions
|
@ -1,6 +1,6 @@
|
|||
export class VideoTooLargeError extends Error {
|
||||
constructor() {
|
||||
super('Videos cannot be larger than 100MB')
|
||||
super('Videos cannot be larger than 50mb')
|
||||
this.name = 'VideoTooLargeError'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue