Skip to content

Commit

Permalink
Update alpha-view-dictionary.kts
Browse files Browse the repository at this point in the history
Fix the derived field that was not working
  • Loading branch information
GuiWar committed Nov 23, 2023
1 parent cee8bba commit 3282b56
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -39,8 +39,9 @@ views {
withInput(INSTRUMENT.ASSET_CLASS) {ASSET_CLASS ->
if (ASSET_CLASS.isNullOrEmpty()) {
"UNKOWN"
} else {
ASSET_CLASS
}
ASSET_CLASS
}
}
}
Expand Down

0 comments on commit 3282b56

Please sign in to comment.