Last active
July 22, 2018 18:06
-
-
Save SnoFox/1133fd9969074c17ed6361402c54b301 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public tv.v1x1.common.dto.core.User toCore(final DAOGlobalUser daoGlobalUser) { | |
return daoGlobalUser.getOrCreate(Platform.TWITCH, | |
String.valueOf(getId()), | |
getDisplayName()).toCore().getUser(Platform.TWITCH, String.valueOf(getId())).orElse(null); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment