Fix EOF
This commit is contained in:
parent
4cc65329bd
commit
50aaacb903
|
@ -32,4 +32,3 @@ export const generateNewColumnForTable = (tableData: any): Table => {
|
||||||
newColumn.updatedAt = new Date().toISOString()
|
newColumn.updatedAt = new Date().toISOString()
|
||||||
return newColumn
|
return newColumn
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue