We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a982c8 commit d544a22Copy full SHA for d544a22
src/index.ts
@@ -1,5 +1,5 @@
1
import { Context, middlewareCall } from '@curveball/core';
2
-import { NotImplemented, MethodNotAllowed } from '@curveball/http-errors';
+import { MethodNotAllowed, NotImplemented } from '@curveball/http-errors';
3
import http from 'http';
4
5
export default class Controller {
@@ -50,6 +50,6 @@ export default class Controller {
50
51
return this.dispatch(ctx);
52
53
- };
+ }
54
55
}
0 commit comments