classroomtechtools / modularLibraries.gs

A collection of importable, modular libraries for any gas project.
MIT License
43 stars 4 forks source link

Set undefined when return-statement doesn't present #1

Closed oshliaer closed 6 years ago

oshliaer commented 6 years ago

obj.response.result is undefined if the call-function doesn't return anything (it doesn't have a return-statement)