Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Drupal Sync Service
Commits
2b4d08db
Commit
2b4d08db
authored
Jul 01, 2020
by
Jonas Waeber
Browse files
Fix municipalties loader
parent
70291eb8
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/kotlin/Helpers.kt
View file @
2b4d08db
...
...
@@ -24,7 +24,7 @@ object Helpers {
.
map
{
code
->
code
.
trim
()
},
values
[
2
].
trim
(
'<'
,
'>'
),
values
[
0
].
trim
(
'<'
,
'>'
),
values
[
6
].
split
(
","
)
values
[
3
].
split
(
","
)
)
}.
map
{
municipality
->
municipality
.
postalCodes
.
map
{
code
->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment