Skip to content

Commit

Permalink
fix: merchant monitoring issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanYadaev committed Nov 6, 2024
1 parent 4da359a commit dbe8985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const MERCHANT_REPORT_TYPES = Object.values(MERCHANT_REPORT_TYPES_MAP);
export const MERCHANT_REPORT_VERSIONS_MAP = {
'1': '1',
'2': '2',
'3': '3',
} as const;

export type MerchantReportVersion = keyof typeof MERCHANT_REPORT_VERSIONS_MAP;
Expand Down
2 changes: 1 addition & 1 deletion services/workflows-service/prisma/data-migrations
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const MERCHANT_REPORT_TYPES = Object.values(MERCHANT_REPORT_TYPES_MAP);
export const MERCHANT_REPORT_VERSIONS_MAP = {
'1': '1',
'2': '2',
'3': '3',
} as const;

export type MerchantReportVersion = keyof typeof MERCHANT_REPORT_VERSIONS_MAP;
Expand Down

0 comments on commit dbe8985

Please sign in to comment.