Skip to content

Commit

Permalink
fix: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-id committed Dec 31, 2023
1 parent e82bd1d commit c1bf5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Bir {
const body = await template('Zaloguj', { key: this.key })
const response = await this.api({ body })
const sid = soapResult(response.body)
assert(sid, new Error('login failed, no session foun in response'))
assert(sid, new Error('login failed, no session found in response'))
this.sid = sid
}

Expand Down

0 comments on commit c1bf5f1

Please sign in to comment.