seomoz / qless-core

Core Lua Scripts for qless
MIT License
85 stars 33 forks source link

make Qless.tag return values consistent #45

Closed nitper closed 10 years ago

nitper commented 10 years ago

tag add was returning a json string (encoded from a table), whereas tag remove was returning a table.

I fixed it so that both now return tables.

james-lawrence commented 10 years ago

+1