-
-
Save edivandecastro/1d18c893296ea2a4a013811c9f1ce579 to your computer and use it in GitHub Desktop.
This file contains 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
Youse::SDK::PartnersService::EmployeeIntegrationTools.all(**kwargs).first.tap { unauthorize! if _1.nil? } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usando .tap para verificar se o resultado é nil
.tap { unauthorize! if _1.nil? }