1044cdfec3
Syntax error: `))` was closing the arrow function body prematurely. Change `)),` to `}),` to properly close the values-returning object. Co-Authored-By: Paperclip <noreply@paperclip.ing>