diff --git a/routes/search.js b/routes/search.js index 5b43234..4ef0024 100644 --- a/routes/search.js +++ b/routes/search.js @@ -23,6 +23,8 @@ export default function* () { share = share.toJSON(); + share.id = share.externalId; + const unmatched = services.filter(service => !share.matches.find(match => match.service === service.id));