Skip to content

Commit

Permalink
Fix Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna-Baldwa committed Dec 10, 2023
1 parent 99ba367 commit e058eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page/discussions/add-post/add-post.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export class AddPostComponent implements OnInit {
this.networkBusy = false;
},
(error) => {
console.log(this.networkBusy)
console.log(this.networkBusy);
this.networkBusy = false;
this.snackBar.open(`Upload Failed - ${error.message}`, 'Dismiss', {
duration: 2000,
Expand Down

0 comments on commit e058eda

Please sign in to comment.