@opencrvs/toolkit 1.8.0-rc.f9d33b7 → 1.8.0-rc.fa8bcf6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/events/index.js +2 -0
- package/package.json +1 -1
package/dist/events/index.js
CHANGED
@@ -2373,6 +2373,8 @@ function getCurrentEventState(event2) {
|
|
2373
2373
|
id: event2.id,
|
2374
2374
|
type: event2.type,
|
2375
2375
|
status: getStatusFromActions(event2.actions),
|
2376
|
+
// TODO CIHAN:
|
2377
|
+
// requestStatus: 'Requested',
|
2376
2378
|
createdAt: event2.createdAt,
|
2377
2379
|
createdBy: creationAction.createdBy,
|
2378
2380
|
createdAtLocation: creationAction.createdAtLocation ?? "",
|