Skip to content

Commit eb0add1

Browse files
authored
Merge pull request #82 from ioet/TT-537-azure-endpoint-doesnt-return-the-complete-users
style: Correction of a mistake
2 parents b54e61a + 87e78ec commit eb0add1

File tree

1 file changed

+1
-1
lines changed
  • nodejs-functions/src/handlers/automatic-clock-outs

1 file changed

+1
-1
lines changed

nodejs-functions/src/handlers/automatic-clock-outs/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config = {
99
slackApiToken: process.env["SLACK_TOKEN_NOTIFY"],
1010
userNameMS: process.env["USER_NAME_MS"],
1111
userPasswordMS: process.env["USER_PASSWORD_MS"],
12-
b2cLogin = process.env["B2C_LOGIN"]
12+
b2cLogin: process.env["B2C_LOGIN"]
1313
};
1414

1515
module.exports = config;

0 commit comments

Comments
 (0)