1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Fix eslint errors

This commit is contained in:
Vishal Banthia 2016-02-03 15:39:35 +09:00
parent c3df22070c
commit 97269b3aa8
2 changed files with 41 additions and 39 deletions

View file

@ -603,12 +603,12 @@ program
}
require('./units/auth/openid')({
port: options.port,
secret: options.secret,
appUrl: options.appUrl,
openid: {
port: options.port
, secret: options.secret
, appUrl: options.appUrl
, openid: {
identifierUrl: options.openidIdentifierUrl
},
}
})
})