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 6852df6 commit b47d05eCopy full SHA for b47d05e
packages/testkit-backend/src/controller/local.js
@@ -2,7 +2,7 @@ import Context from '../context'
2
import Controller from './interface'
3
import stringify from '../stringify'
4
import { isFrontendError } from '../request-handlers'
5
-import CypherNativeBinders from './cypher-native-binders'
+import CypherNativeBinders from '../cypher-native-binders'
6
7
/**
8
* Local controller handles the requests locally by redirecting them to the correct request handler/service.
0 commit comments