Skip to content

Commit 7cff544

Browse files
author
Chirag Sharma IAMOPS
committed
fix(@ballerine/workflows-service): adding a change
1 parent b78b9ce commit 7cff544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/workflows-service/src/workflow/update-documents.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { DefaultContextSchema } from '@ballerine/common';
44
type Documents = DefaultContextSchema['documents'];
55
type Document = Documents[number];
66

7+
const sample = {};
8+
79
export const updateDocuments = (
810
existingDocuments: Documents,
911
documentsToUpdate: Documents,

0 commit comments

Comments
 (0)