Skip to content

Commit

Permalink
Add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
artnc committed Jun 3, 2021
1 parent 650a643 commit 8858c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/pingboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const engine: Engine = {
.filter(u =>
[
...Object.values(u),
...Object.values(u.custom_fields),
...Object.values(u.custom_fields ?? {}),
...u.interests,
...u.skills,
`${u.first_name} ${u.last_name}`,
Expand Down

0 comments on commit 8858c58

Please sign in to comment.