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
results int he following in watchlist_action_settings:
cb=# select * from watchlist_action_settings where id=15;
id | group_id | watchlist_id | action_type | action_data
----+----------+--------------+-------------+--------------------------------------------------------------------
15 | 15 | | 3 | {"email_recipients":[m,e@,e,x,a,m,p,l,e,.,c,o,m]}
trying to delete the feed via api fails and rendering of the feeds page in the UI also fails. CB Server API should not allow that to occur, but the example script should/could be more defensive as well.
this command:
results int he following in watchlist_action_settings:
trying to delete the feed via api fails and rendering of the feeds page in the UI also fails. CB Server API should not allow that to occur, but the example script should/could be more defensive as well.