Skip to content

Commit 87e78ec

Browse files
committed
style: Correction of a mistake
1 parent 462117f commit 87e78ec

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)