tango-app-api-infra 3.3.3-beta.4 → 3.3.3-beta.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-infra",
3
- "version": "3.3.3-beta.4",
3
+ "version": "3.3.3-beta.5",
4
4
  "description": "infra",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1857,7 +1857,7 @@ export async function infraTable( req, res ) {
1857
1857
  'Brand ID': element.clientId,
1858
1858
  'Store Name': element.storeName,
1859
1859
  'Store ID': element.storeId,
1860
- 'Resloved By': element.userName,
1860
+ 'Resolved By': element.userName,
1861
1861
  'Status': element.status,
1862
1862
  'Primary Issues': element.primaryIssue == '-' ? 'Issue not identified' : element.primaryIssue,
1863
1863
  'Secondary Issues': element.secondaryIssue,
@@ -2339,7 +2339,7 @@ export async function matTable( req, res ) {
2339
2339
  'Brand ID': element.clientId,
2340
2340
  'Store Name': element.storeName,
2341
2341
  'Store ID': element.storeId,
2342
- 'Resloved By': element.userName,
2342
+ 'Resolved By': element.userName,
2343
2343
  'Status': element.status,
2344
2344
  } );
2345
2345
  } );
@@ -2688,7 +2688,7 @@ export async function dataMismatchTable( req, res ) {
2688
2688
  'Brand ID': chunk[i]?.clientId,
2689
2689
  'Store Name': chunk[i]?.storeName,
2690
2690
  'Store ID': chunk[i]?.storeId,
2691
- 'Resloved By': chunk[i]?.userName,
2691
+ 'Resolved By': chunk[i]?.userName,
2692
2692
  'Issue Type': chunk[i]?.issueType,
2693
2693
  'Query Type ': chunk[i]?.type,
2694
2694
  'Status': chunk[i]?.status,