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