Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
CCheukKa committed Aug 17, 2024
1 parent b8a21fe commit 0bbcd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AuthHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class AuthHandler {
const sessionToken = this.grabSessionToken(response);
if (!sessionToken) { throw new Error('Login failed!'); }
isDebug
? console.log(`Received session token: ${sessionToken} `)
? console.log(`Received session token: ${sessionToken}`)
: console.log('Received session token.');
return {
_requestPath: requestPath,
Expand Down

0 comments on commit 0bbcd2b

Please sign in to comment.