Update comments
This commit is contained in:
parent
f0c8cb82b2
commit
ee74900abb
|
@ -48,8 +48,8 @@ export const createContext = (
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Runs a list of middlewares, nesting each callback inside each other mimic
|
* Runs a list of middlewares, nesting each callback inside each other to mimic
|
||||||
* how the real middlewares run and ensuring that app or tenant context work
|
* how the real middlewares run and ensuring that app and tenant contexts work
|
||||||
* as expected
|
* as expected
|
||||||
* @param ctx the Koa context
|
* @param ctx the Koa context
|
||||||
* @param middlewares the array of middlewares to run
|
* @param middlewares the array of middlewares to run
|
||||||
|
|
Loading…
Reference in New Issue