Skip to content

Commit b47d05e

Browse files
committed
Fix CypherNativeBinder import
1 parent 6852df6 commit b47d05e

File tree

1 file changed

+1
-1
lines changed
  • packages/testkit-backend/src/controller

1 file changed

+1
-1
lines changed

packages/testkit-backend/src/controller/local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Context from '../context'
22
import Controller from './interface'
33
import stringify from '../stringify'
44
import { isFrontendError } from '../request-handlers'
5-
import CypherNativeBinders from './cypher-native-binders'
5+
import CypherNativeBinders from '../cypher-native-binders'
66

77
/**
88
* Local controller handles the requests locally by redirecting them to the correct request handler/service.

0 commit comments

Comments
 (0)