planetarium / mimir

A backend service that provides 9c-related utility APIs.
https://nine-chronicles.dev/
GNU Affero General Public License v3.0
1 stars 5 forks source link

Rewrite all action handlers which is using `IAction action` argument #359

Open boscohyun opened 2 days ago

boscohyun commented 2 days ago

Relying on types to handle actions appears to be fragile from a maintenance perspective. Modify these codes to use the IValue actionPlainValueInternal argument.