Hey, I’m wondering if there is any limitation on t...
# prisma-whats-new
c
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
there is no limit. I suspect there's a syntax error in your code, that is currently silently failing
c
Thanks for the reply, I’m trying to see what I did wrong now.
Well that was embarrassing, I didn’t have lint on and was missing a
)
. Sorry for the trouble
n
ouch! No worries, it happens. We'll improve linting/checking when developing functions soon enough 🙂
c
Thanks looking forward to that 🎉