Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix blockTrackerInspectorMiddleware (#88)
The final line of this middleware should be `return undefined;`, not `return await next();`, as `next()` is already called earlier in the function.
- Loading branch information