Fix flat field metadata date type (#16445)
# Introduction Following https://github.com/twentyhq/twenty/pull/16420
This commit is contained in:
+2
-2
@@ -78,8 +78,8 @@ describe('WorkspaceRepository', () => {
|
||||
icon: 'IconKey',
|
||||
workspaceId: 'test-workspace-id',
|
||||
universalIdentifier: 'id-field-universal-id',
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
createdAt: new Date().toISOString(),
|
||||
updatedAt: new Date().toISOString(),
|
||||
defaultValue: null,
|
||||
options: null,
|
||||
settings: null,
|
||||
|
||||
Reference in New Issue
Block a user