Skip to content

Commit 7bc42b5

Browse files
committed
fix lint
1 parent d771189 commit 7bc42b5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

modules/@apostrophecms/login/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,10 @@ module.exports = {
358358
throw self.apos.error('notfound');
359359
}
360360

361-
const fields = new Set([ ...self.options.minimumWhoamiFields, ...self.options.whoamiFields ]);
361+
const fields = new Set([
362+
...self.options.minimumWhoamiFields,
363+
...self.options.whoamiFields
364+
]);
362365
const user = {};
363366

364367
for (const field of fields) {

0 commit comments

Comments
 (0)