Fix linting
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
committed by
Julius Härtl
parent
4ff505934b
commit
a1abf91b40
@@ -79,7 +79,7 @@ export default {
|
||||
parameters.after.name = moment(dateTime).format('L LTS')
|
||||
}
|
||||
|
||||
Object.keys(parameters).map(function(key, index) {
|
||||
Object.keys(parameters).forEach(function(key, index) {
|
||||
const { type } = parameters[key]
|
||||
switch (type) {
|
||||
case 'highlight':
|
||||
|
||||
Reference in New Issue
Block a user