Skip to content

Commit

Permalink
added return type
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsetterfield committed Sep 19, 2024
1 parent b040478 commit 4e95f69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class MotCardComponent {
this.alternateEvidenceChange.emit(event);
}

isSearchFailed() {
isSearchFailed(): boolean {
return (
+this.status === HttpStatusCodes.UNDEFINED ||
+this.status === HttpStatusCodes.INTERNAL_SERVER_ERROR ||
Expand Down

0 comments on commit 4e95f69

Please sign in to comment.