Delint some more

This commit is contained in:
Michael Ball 2021-03-24 02:50:44 -07:00
parent de607fc262
commit 81b963ddc8
2 changed files with 2 additions and 4 deletions

View file

@ -66,8 +66,8 @@ module EventsHelper
"#{type.title} - #{show_time(type.length)}",
type.id,
data: {
min_words: type.minimum_abstract_length,
max_words: type.maximum_abstract_length,
min_words: type.minimum_abstract_length,
max_words: type.maximum_abstract_length,
instructions: type.submission_instructions
}
]