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

style: lint

This commit is contained in:
2021-06-10 12:08:56 +02:00
parent 24496a997a
commit 06895cc9f8

View File

@@ -70,7 +70,10 @@ export class AuthManager {
}
}
private async sendLoginRequest(loginForm: {[key: string]: any}, loginParams: {[key: string]: any}) {
private async sendLoginRequest(
loginForm: { [key: string]: any },
loginParams: { [key: string]: any }
) {
for (const key in loginForm) {
loginParams[key] = loginForm[key]
}