Skip to content

Commit

Permalink
feat: PR comments pt2.
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Panteleymonchuk <[email protected]>
  • Loading branch information
panteleymonchuk committed Apr 26, 2024
1 parent 1207d24 commit d36a296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/utils/nova/searchExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export class SearchExecutor {
this.apiService
.taggedOutputs(searchQuery.tag)
.then((response) => {
if (!response.basicOutputs.error || !response.nftOutputs.error) {
if (response?.basicOutputs?.outputs || response?.nftOutputs?.outputs) {
promisesResult = {
taggedOutputs: response,
};
Expand Down

0 comments on commit d36a296

Please sign in to comment.