Is it possible to use callAsync in Validated Methods

As you know validated-method is a better way and many are using it in their projects.

I want to migrate db related logics to fiber-free. Is there a recommended way for this? When will callAsync be available for validated methods?

they are available. async run ({ params ) { …functions… }

2 Likes

Oh really :see_no_evil: I haven’t think about it :joy::joy: I will check and mark it as solution