We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb1b35 commit cd10dbaCopy full SHA for cd10dba
sdk/src/app/app.component.ts
@@ -89,7 +89,7 @@ export class AppComponent {
89
90
validateFileFunction(res: any) {
91
console.log('validating')
92
- if(res && res.size < 1000000){ // Less than 1mb
+ if(res.size < 1000000){ // Less than 1mb
93
return true;
94
}
95
return false;
0 commit comments