forked from Yara724/api
Added case type for all GET APIs
This commit is contained in:
@@ -762,6 +762,7 @@ export class ExpertBlameService {
|
||||
? new Date(workflow.lockedAt as string).toISOString()
|
||||
: null,
|
||||
type: String(doc.type ?? "THIRD_PARTY"),
|
||||
creationMethod: doc.creationMethod ? String(doc.creationMethod) : undefined,
|
||||
blameStatus: String(doc.blameStatus ?? ""),
|
||||
partiesInitialForms: {
|
||||
firstParty: statementToFormKey(firstParty?.statement) ?? "",
|
||||
|
||||
Reference in New Issue
Block a user