Skip to content

Commit 5d6aa2a

Browse files
authored
Merge branch 'unsafe_explain' into safe_explain
2 parents 486e0fb + 71e9f31 commit 5d6aa2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dbagent/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference path="./.next/types/routes.d.ts" />
3+
import type {} from './.next/types/routes.d.ts';
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/dbagent/src/lib/targetdb/unsafe-explain.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isSingleStatement } from './explain';
1+
import { isSingleStatement } from './unsafe-explain';
22

33
describe('isSingleStatement', () => {
44
describe('positive tests - should return true', () => {

0 commit comments

Comments
 (0)