diff --git a/internal_packages/participant-profile/lib/clearbit-data-source.coffee b/internal_packages/participant-profile/lib/clearbit-data-source.coffee index 075056dde..42a773566 100644 --- a/internal_packages/participant-profile/lib/clearbit-data-source.coffee +++ b/internal_packages/participant-profile/lib/clearbit-data-source.coffee @@ -30,7 +30,7 @@ module.exports = class ClearbitDataSource # valid, but empty object for us to cache. This can happen when we # have company data, but no personal data. if not person - return {email: requestedEmail} + person = {email: requestedEmail} return { cacheDate: Date.now()