You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand what you're trying to achieve with your example.
When all your if block conditions pass, then you redefine one named count three times. If you need three counters for one user subscription, then give them different names (see #66).
If you left out else blocks, please add them and try to keep the code indented so we can read it easily.
Based on the example code provided, two or more counts are dumping their values under one name. That last counter doesn't appear to be affected by changes to the team field.
Hey!
I have some publication function, like this:
renaming or removing field 'team' from user record does not trigger update event for counter
Update 20150920: reformat and add syntax highlighting --boxofrox
The text was updated successfully, but these errors were encountered: