Adrian Schweizer
05/17/2022, 11:02 PM// to
{
defaults: {
functionProps: { timeout: 10 },
it should be
// to
{
defaults: {
function: { timeout: 10 },
Or at least I get a complaint in the console with the former, but not the latter setupFrank