Closed charisma2 closed 4 years ago
I keep having the following error when trying to add a new user:
500 Internal Server Error
Unparenthesized a ? b : c ?: d is deprecated. Use either (a ? b : c) ?: d or a ? b : (c ?: d)
a ? b : c ?: d
(a ? b : c) ?: d
a ? b : (c ?: d)
any solution?
thanks
This has been fixed in release v1.7.9.
I keep having the following error when trying to add a new user:
500 Internal Server Error
Unparenthesized
a ? b : c ?: d
is deprecated. Use either(a ? b : c) ?: d
ora ? b : (c ?: d)
any solution?
thanks