Skip to content

Commit e4c3198

Browse files
committed
fix: rm unused query
1 parent d537ae4 commit e4c3198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/reducers/viewSchema/viewSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {isQueryErrorResponse} from '../../../utils/query';
22
import {api} from '../api';
33

4-
export function createViewSchemaQuery(path: string) {
4+
function createViewSchemaQuery(path: string) {
55
return `SELECT * FROM \`${path}\` LIMIT 0`;
66
}
77

0 commit comments

Comments
 (0)