Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit b4aab39

Browse files
committed
hotfix column
1 parent 14e554d commit b4aab39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Columns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export async function obtainColumnsFromFile(
101101
return columns;
102102
}
103103

104-
Object.entries(propertiesOfFile).forEach(([key, value, index]) => {
104+
Object.entries(propertiesOfFile).forEach(([key, value], index) => {
105105
const input = getInputInFuctionOfLiteral(value);
106106
const newColumn: DatabaseColumn = {
107107
input: input,

0 commit comments

Comments
 (0)