chore: fix all problems
continuous-integration/drone/push Build is passing

This commit was merged in pull request #159.
This commit is contained in:
2023-02-24 10:12:04 +01:00
parent 8d833d39d7
commit 25cf9518f9
11 changed files with 40 additions and 40 deletions
@@ -30,6 +30,8 @@ class Pipeline {
/// Add a [Middleware] to this [Pipeline]
Pipeline addMiddleware(Middleware middleware) {
_middlewares.add(middleware);
// TODO(hpcl): use Dart cascades instead of returning this
// ignore: avoid_returning_this
return this;
}