You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking updateNotificationConfig('http://test.com/webhook?id=%s', 0.0) an Exception is thrown because empty($foo) returns true when $foo = 0.0;. See here.
The text was updated successfully, but these errors were encountered:
When invoking
updateNotificationConfig('http://test.com/webhook?id=%s', 0.0)
an Exception is thrown becauseempty($foo)
returnstrue
when$foo = 0.0;
. See here.The text was updated successfully, but these errors were encountered: