Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
style: Correction of a mistake
  • Loading branch information
cxcarvaj committed Feb 16, 2022
commit 87e78ec48436236150a61585af4cfddd912b7d3a
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
slackApiToken: process.env["SLACK_TOKEN_NOTIFY"],
userNameMS: process.env["USER_NAME_MS"],
userPasswordMS: process.env["USER_PASSWORD_MS"],
b2cLogin = process.env["B2C_LOGIN"]
b2cLogin: process.env["B2C_LOGIN"]
};

module.exports = config;