chore: fixed incorrect value getting updated

This commit is contained in:
Balu Babu
2023-11-03 13:13:54 +05:30
parent 2e396b3402
commit 00ad3307d4

View File

@@ -242,7 +242,7 @@ export class SharedRequestService implements UserDataHandler, OnModuleInit {
}, },
}, },
data: { data: {
properties: updatedProps, properties: parsedProperties.right,
}, },
}); });