chore: extend root eslint config in twenty-server (#5101)
Reopening @thaisguigon work from https://github.com/twentyhq/twenty/pull/4781 --------- Co-authored-by: Thaïs Guigon <guigon.thais@gmail.com>
This commit is contained in:
@ -175,11 +175,6 @@ export class DataSeedWorkspaceCommand extends CommandRunner {
|
||||
console.error(error);
|
||||
}
|
||||
|
||||
try {
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
}
|
||||
|
||||
await this.typeORMService.disconnectFromDataSource(dataSourceMetadata.id);
|
||||
}
|
||||
}
|
||||
|
||||
@ -46,7 +46,6 @@ export const seedUsers = async (
|
||||
'$2b$10$66d.6DuQExxnrfI9rMqOg.U1XIYpagr6Lv05uoWLYbYmtK0HDIvS6', // Applecar2025
|
||||
defaultWorkspaceId: workspaceId,
|
||||
},
|
||||
,
|
||||
{
|
||||
id: DEMO_SEED_USER_IDS.JULIA,
|
||||
firstName: 'Julia',
|
||||
|
||||
Reference in New Issue
Block a user