mysportsfeeds-node icon indicating copy to clipboard operation
mysportsfeeds-node copied to clipboard

Response code 204 (No Content) might want to not resolve the promise?

Open zoobroker opened this issue 6 years ago • 0 comments

if the underlying http call to msf.getData returns a 204, that seems like a place where we'd like to reject the promise so we can handle it in a catch rather than doing a null check ?

zoobroker avatar Mar 23 '18 02:03 zoobroker