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

v4.0.0 #51

Merged
merged 2 commits into from
Nov 8, 2021
Merged

v4.0.0 #51

merged 2 commits into from
Nov 8, 2021

Conversation

austinkelleher
Copy link
Contributor

No description provided.

@@ -77,7 +79,7 @@ export function createUserEntity(teamId: string, user: SlackUser): Entity {
(!!user.name && user.name) ||
user.id,
email: user.profile.email,
emailDomain: user.profile.email?.split('@').pop(),
emailDomain: emailDomain && [emailDomain],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was required with a new @jupiterone/data-model version

@austinkelleher austinkelleher merged commit 19cc4df into main Nov 8, 2021
@austinkelleher austinkelleher deleted the version-4.0.0 branch November 8, 2021 18:25
@j1-internal-automation
Copy link
Collaborator

🚀 PR was released in v5.0.0 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants