Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	package.json
  • Loading branch information
amodelbello committed Dec 20, 2021
2 parents 2581ffd + 3e34fcd commit b9f4c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Amqp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export default class Amqp {
username: this.RED.settings.MW_CONTRIB_AMQP_USERNAME,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
password: this.RED.settings.MW_CONTRIB_AMQP_USERNAME,
password: this.RED.settings.MW_CONTRIB_AMQP_PASSWORD,
}
}

Expand Down

0 comments on commit b9f4c41

Please sign in to comment.