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.
preHookandpostHookshould be supported so services extendingJoiServicecan pass options around. Very useful when you have a database service and need to run a process using a transaction.execute
-> preHook()
-> process()
-> postHook()