Skip to content

Commit 91d46fd

Browse files
committed
fix typo
1 parent b12c45b commit 91d46fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ class Kecontact extends utils.Adapter {
22512251
`authTimestamp is ${typeof authTimestamp} with value ${authTimestamp.toString()}, time diff ${newDate.getTime() - authTimestamp.getTime()}`,
22522252
);
22532253
this.log.debug(
2254-
`curr is ${curr}, minCurrent ${this.getMinCurrent()}, mikntime = ${this.config.authChargingTime * 1000}`,
2254+
`curr is ${curr}, minCurrent ${this.getMinCurrent()}, mintime = ${this.config.authChargingTime * 1000}`,
22552255
);
22562256
if (
22572257
curr < this.getMinCurrent() &&

0 commit comments

Comments
 (0)