Last active
January 8, 2018 16:19
-
-
Save Abazhenov/2a4f1ef09ad72d842c2a0c3f5544cd99 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
RelevanceDAG.defineCascadeFor('user', async function() { | |
return [ | |
await this.getOrganization(), | |
...(await this.getActiveLoads()) | |
]; | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment