Hey, I’m wondering if there is any limitation on the amount of times, we can update the schema extension functions per day?
I was debuging my functions and were updating it multiple times, and somehow I wasn’t able to update it anymore 😢
BTW: this already happen 3 times.
n
nilan
10/08/2017, 3:03 PM
there is no limit. I suspect there's a syntax error in your code, that is currently silently failing
c
Clay
10/08/2017, 3:10 PM
Thanks for the reply, I’m trying to see what I did wrong now.
Clay
10/08/2017, 3:12 PM
Well that was embarrassing, I didn’t have lint on and was missing a
)
. Sorry for the trouble
n
nilan
10/08/2017, 3:14 PM
ouch! No worries, it happens. We'll improve linting/checking when developing functions soon enough 🙂