You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preHook and postHook should be supported so services extending JoiService can pass options around. Very useful when you have a database service and need to run a process using a transaction.
execute
-> preHook()
-> process()
-> postHook()
The text was updated successfully, but these errors were encountered:
preHook
andpostHook
should be supported so services extendingJoiService
can pass options around. Very useful when you have a database service and need to run a process using a transaction.execute
-> preHook()
-> process()
-> postHook()
The text was updated successfully, but these errors were encountered: