only transfer...

master
Niclas Thobaben 2021-10-01 19:47:36 +02:00
parent 91af1aee95
commit 09a690998c
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ module.exports = {
if(value == '[]') {
return "List.of()"
}
if(type.isEnum) {
return `${type.name}.${value.toUpperCase()}`
}
return value
}
}