3491 launch cleaning cron (#3872)
* Add command to delete incomplete workspaces * Inject command dependencies * Fix command * Do not delete core.workspace * Reorganize files * Delete src/workspace/cron * Fix --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
export const getDryRunLogHeader = (isDryRun: boolean | undefined): string => {
|
||||
return isDryRun ? 'Dry-run mode: ' : '';
|
||||
};
|
||||
Reference in New Issue
Block a user