Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 449bd33

Browse files
More Lint.
1 parent 3510674 commit 449bd33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/extaws.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ export class ExtAws {
586586
const handler = new htmlparser.DefaultHandler(function(err, dom) {
587587
const samlObject = soup.select(dom, '#appForm')
588588
if (samlObject.length == 0) {
589-
throw new Error("SAML Object is empty. There are no valid roles for assertion.")
589+
throw new Error('SAML Object is empty. There are no valid roles for assertion.')
590590
}
591591
rawAssertion = samlObject[0].children[1].attribs.value
592592
})

0 commit comments

Comments
 (0)