Jul 8 · 1 min read
That error is because I was not throwing a new error in my utils function, thus it was sending an undefined as an error.
This is fixed now.
That error is because I was not throwing a new error in my utils function, thus it was sending an undefined as an error.
This is fixed now.