Add a TODO

This commit is contained in:
Jeremy Dormitzer 2019-01-31 15:49:57 -05:00
parent e4120a87cb
commit ecd0b1c93a

View File

@ -117,6 +117,8 @@ class ObjectsService
*/
public function dereference( $id )
{
// TOOD pass a $request into here, so that I can sign the request below and so that
// I can check for local objects that should not result in network calls
$object = $this->getObject( $id );
if ( $object ) {
return $object;