Skip to content

Commit e3a61c6

Browse files
committed
Appease the linter
1 parent 2ab7285 commit e3a61c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/importer/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ exports.Initialise = (config, router, prototypeKit) => {
518518

519519
const values = new Array();
520520

521-
for (const [key, value] of Object.entries(session.mapping)) {
521+
for (const value of Object.values(session.mapping)) {
522522
if (value != '') {
523523
values.push(value)
524524
}

0 commit comments

Comments
 (0)