-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Currently using middlewares to track events with @commandkit/analytics
and I realized that the order is wrong, my global middleware is not executing first.

After a chatInput command /workout
:
-> first log = +workout.middleware.ts
in my /commands/(Users)
folder
-> second log = +global-middleware.ts
in my /commands
folder
Those log are the first thing executing in the beforeExecute()
function of each middleware.
Metadata
Metadata
Assignees
Labels
No labels