Skip to content

Commit ad94685

Browse files
Lint
1 parent efbf3f4 commit ad94685

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/database/exp/index.node.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
* limitations under the License.
1616
*/
1717

18-
import { registerDatabase } from './register';
19-
import { setWebSocketImpl } from '../src/realtime/WebSocketConnection';
2018
import { Client } from 'faye-websocket';
2119

20+
import { setWebSocketImpl } from '../src/realtime/WebSocketConnection';
21+
22+
import { registerDatabase } from './register';
23+
2224
setWebSocketImpl(Client);
2325

2426
export * from './api';

0 commit comments

Comments
 (0)