👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2021-01-13 20:20:30 +01:00
parent 4f75788818
commit 785b0e385e
38 changed files with 1595 additions and 1595 deletions

View File

@@ -212,11 +212,11 @@ export async function getToken(this: ILoadOptionsFunctions | IExecuteFunctions |
pass: password as string,
};
requestOptions.body = {
"fmDataSource": [
'fmDataSource': [
{
"database": host,
"username": login as string,
"password": password as string,
'database': host,
'username': login as string,
'password': password as string,
},
],
};