Default priority to null @nitrocode (#53)
what
- Set the priority variables to null by default
why
- If you do not set the priority, the listener rule will automatically set an unused priority for you which is a very nice default. We can take advantage of this by keeping this input variables set to
null
. If someone wishes to change that, they can simply overwrite the value.
references
N/A