Skip to content

Commit

Permalink
fix(cicero) Bug in unquote for conditional/optional
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Aug 22, 2020
1 parent c2c4edf commit bb6230b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/markdown-cicero/lib/UnquoteVariables.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ function mapObject(obj, stack) {
switch (obj.$class) {
// Strip quotes
case 'org.accordproject.ciceromark.Formula':
case 'org.accordproject.ciceromark.Conditional':
case 'org.accordproject.ciceromark.Optional':
case 'org.accordproject.ciceromark.Variable':
case 'org.accordproject.ciceromark.FormattedVariable':
stack.append({
Expand Down

0 comments on commit bb6230b

Please sign in to comment.