I’ve noticed that `findUnique` with `rejectOnNotFo...
# orm-help
d
I’ve noticed that
findUnique
with
rejectOnNotFound
set to
true
still returns with
| null
in the type. Is that going to be fixed, or is there some reason for it?
d
are you on 2.16?
rejectOnNotFound
was added in 2.15, and the types were improved in 2.16
👍 1
d
Oh ya, we haven’t updated to
2.16
yet. 👍
thanks