We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5791130 commit 5a7c7e4Copy full SHA for 5a7c7e4
spec/AuthenticationAdapters.spec.js
@@ -5,7 +5,7 @@ const authenticationLoader = require('../lib/Adapters/Auth');
5
const path = require('path');
6
const responses = {
7
gpgames: { playerId: 'userId' },
8
- instagram: { data: { id: 'userId' } },
+ instagram: { id: 'userId' },
9
janrainengage: { stat: 'ok', profile: { identifier: 'userId' } },
10
janraincapture: { stat: 'ok', result: 'userId' },
11
line: { userId: 'userId' },
0 commit comments