Skip to content

Commit

Permalink
chore: update dashboard query with the recent correction flow changes (
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmidrahman-dsi authored Jun 19, 2024
1 parent 59cbf99 commit 23397ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/dashboards/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ const declarations = ({ lastUpdatedAt }: { lastUpdatedAt: string }) => ({
{
$match: {
'meta.lastUpdated': { $gte: lastUpdatedAt },
'extension.url': 'http://opencrvs.org/specs/extension/requestCorrection'
'extension.url': 'http://opencrvs.org/specs/extension/makeCorrection'
}
},
{
Expand Down

0 comments on commit 23397ef

Please sign in to comment.