Skip to content

Commit

Permalink
keep it flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Aug 7, 2018
1 parent 64031f6 commit 5da8a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arcgis-rest-auth/src/UserSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export class UserSession implements IAuthenticationManager {
*/
private getTokenForServer(
url: string,
requestOptions: IGenerateTokenRequestOptions
requestOptions?: IGenerateTokenRequestOptions
) {
const [root] = url.split("/rest/services/");
const existingToken = this.trustedServers[root];
Expand Down

0 comments on commit 5da8a17

Please sign in to comment.