1
This commit is contained in:
@@ -48,8 +48,9 @@ export function createFailedRpgEntryAgentOperation(params: {
|
||||
status: 'failed',
|
||||
phaseLabel: params.phaseLabel,
|
||||
phaseDetail: params.error,
|
||||
progress: 100,
|
||||
progress: 0,
|
||||
error: params.error,
|
||||
updatedAt: new Date().toISOString(),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user