Created
July 13, 2018 06:22
-
-
Save jermsam/a8162c1cca64dd6cb553ef451338a168 to your computer and use it in GitHub Desktop.
Enabling product is 'created' event to be emited for anonymous users
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
//add this to feather's src/channels.js around line 53 | |
app.service(‘products’) | |
.publish(‘created’, () => app.channel(‘anonymous’)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment