Skip to content

Commit

Permalink
package -loc
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Dec 8, 2023
1 parent 5bb1b35 commit cd10dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class AppComponent {

validateFileFunction(res: any) {
console.log('validating')
if(res && res.size < 1000000){ // Less than 1mb
if(res.size < 1000000){ // Less than 1mb
return true;
}
return false;
Expand Down

0 comments on commit cd10dba

Please sign in to comment.