Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
[Webscore fix] Correct expresion
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Dec 13, 2021
1 parent 71bf1e4 commit 98e76f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const toSearchOptions = (searchableText, subject, queryOptions) => {
...(subject && {
Subject: subject,
}),
...(queryOptions && queryOptions),
...(queryOptions ? queryOptions : {}),
};
};

Expand Down

0 comments on commit 98e76f9

Please sign in to comment.