quick fix
This commit is contained in:
parent
14f13710c9
commit
3fbf4c7edb
@ -57,7 +57,7 @@ export class FacebookAnalysisComponent implements OnInit {
|
||||
this.analysisLoading = false
|
||||
let link = this.link.value
|
||||
this.http.post(environment.facebook, { link: link }).pipe(concatMap((resp: any) => {
|
||||
if (resp.status) {
|
||||
if (!resp.status) {
|
||||
this.commentStatus = false;
|
||||
console.log(1)
|
||||
return of({})
|
||||
|
Loading…
Reference in New Issue
Block a user