Skip to content

Commit

Permalink
Fixed typo in loginResponseFields (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdlowry authored and tngan committed Nov 9, 2019
1 parent 01bde2f commit a44faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const logoutResponseStatusFields = [
}
];

export const loginResponseFields: ((asserion: any) => ExtractorFields) = assertion => [
export const loginResponseFields: ((assertion: any) => ExtractorFields) = assertion => [
{
key: 'conditions',
localPath: ['Assertion', 'Conditions'],
Expand Down

0 comments on commit a44faa1

Please sign in to comment.