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
fix: Check for valid index before setting name property (serverless#480)
* fix: Check for valid index before setting name property
This commit fixes a bug when using the timer trigger where it tries to
set the name of the binding. The name of the binding can't be set since
there is no index found (-1)
Fixes: serverless#444
* added unittest for valid index in createBindings
Co-authored-by: Mike de Bock <mike.debock@masterwebber.nl>
Co-authored-by: Tanner Barlow <tanner.barlow.dev@gmail.com>
0 commit comments