Fix intern graph request override return
Reviewed By: passy, lblasa Differential Revision: D49538074 fbshipit-source-id: bab45624f8115ca5df38510d3c4330fbe2ec7550
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fcd21111a0
commit
bb35c7cbb9
@@ -19,8 +19,8 @@ import {RenderHost} from 'flipper-frontend-core';
|
||||
import {setMenuEntries} from '../../reducers/connections';
|
||||
import {
|
||||
currentUser,
|
||||
internGraphGETAPIRequest,
|
||||
internGraphPOSTAPIRequest,
|
||||
internGraphGETAPIRequestRaw,
|
||||
internGraphPOSTAPIRequestRaw,
|
||||
isConnected,
|
||||
} from '../../fb-stubs/user';
|
||||
|
||||
@@ -34,8 +34,8 @@ export function initializeFlipperLibImplementation(
|
||||
...base,
|
||||
intern: {
|
||||
...base.intern,
|
||||
graphGet: internGraphGETAPIRequest,
|
||||
graphPost: internGraphPOSTAPIRequest,
|
||||
graphGet: internGraphGETAPIRequestRaw,
|
||||
graphPost: internGraphPOSTAPIRequestRaw,
|
||||
currentUser,
|
||||
isConnected,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user