LetsLunch / lunch

Other
38 stars 3 forks source link

¿ boolean strings ? #67

Closed cameron closed 10 years ago

cameron commented 10 years ago

https://github.com/LetsLunch/lunch/blob/development/app/templates/browse.html#L30

what's going on here? the args to postDecision should probably be actual boolean values, not strings.

zzmp commented 10 years ago

Omkar, was there a reason for this? If not, could you make a fix branch?

omkarv commented 10 years ago

This was done by design, since the swagger api endpoint for post Decision will expect boolean strings.

zzmp commented 10 years ago

Can you make a comment to that effect in the template?