Skip to content

Commit 4ba0b4c

Browse files
committed
add ts-ignore
1 parent d1f5540 commit 4ba0b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/connect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const connect = async ({
2626
const databaseSchema = rows
2727
.map((table) => {
2828
const columns = table.columns_and_types
29+
// @ts-ignore
2930
.map((column) => {
3031
const [name, type] = column.split(' ');
3132
return `${name} ${type}`;

0 commit comments

Comments
 (0)