quick fix

This commit is contained in:
szymonj98 2023-05-31 18:12:36 +02:00
parent 14f13710c9
commit 3fbf4c7edb

View File

@ -57,7 +57,7 @@ export class FacebookAnalysisComponent implements OnInit {
this.analysisLoading = false this.analysisLoading = false
let link = this.link.value let link = this.link.value
this.http.post(environment.facebook, { link: link }).pipe(concatMap((resp: any) => { this.http.post(environment.facebook, { link: link }).pipe(concatMap((resp: any) => {
if (resp.status) { if (!resp.status) {
this.commentStatus = false; this.commentStatus = false;
console.log(1) console.log(1)
return of({}) return of({})