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
* @return {Promise<Feed|null>} - JS Promise, resolves to a ``Feed`` object or ``null``
*/
getFeed(timeout=30000){
The feed link is available for all plugin instances, not only fs-type plugin instances, so (under normal conditions) the return type should not be a union with null.
The text was updated successfully, but these errors were encountered:
fnndsc/js/chrisAPI/src/plugininstance.js
Lines 25 to 33 in 26f4345
The
feed
link is available for all plugin instances, not onlyfs
-type plugin instances, so (under normal conditions) the return type should not be a union with null.The text was updated successfully, but these errors were encountered: