1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-04 19:20:05 +00:00

chore: lint fix

This commit is contained in:
Allan Bowe
2021-10-27 09:53:42 +00:00
parent 93c267fd4e
commit bc1a7dc54f

View File

@@ -258,7 +258,7 @@ export class AuthManager {
.join('')
default:
console.error("Server Type not found in extractUserName function")
console.error('Server Type not found in extractUserName function')
return ''
}
}