From 32d196d9a0c065e6b19bee94cebf62b50a606172 Mon Sep 17 00:00:00 2001 From: Guilherme Funchal da Silva Date: Wed, 18 Dec 2024 08:30:27 -0300 Subject: [PATCH] Update entity-factories.ts The conflict was resolved by merging the changes from both versions. The import of RevocationRegistryEntryStruct was preserved at the top of the file and all functions were kept. If you need any further modifications or adjustments, I am at your disposal. Signed-off-by: Guilherme Funchal da Silva --- smart_contracts/utils/entity-factories.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/smart_contracts/utils/entity-factories.ts b/smart_contracts/utils/entity-factories.ts index 8f0f76fd..de31c4ca 100644 --- a/smart_contracts/utils/entity-factories.ts +++ b/smart_contracts/utils/entity-factories.ts @@ -157,3 +157,4 @@ export function createRevocationRegistryEntryObject({ timestamp, } } +