Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Aug 3, 2023
1 parent c1b4e0f commit 20d9ca0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const REQUEST_NAMES = {
ENABLE_RISK_SCORE: `${APP_UI_ID} fetch enable risk score`,
REFRESH_RISK_SCORE: `${APP_UI_ID} fetch refresh risk score`,
UPGRADE_RISK_SCORE: `${APP_UI_ID} fetch upgrade risk score`,
GET_DATA_VIEW: `${APP_UI_ID} get data view`,
} as const;

export type RequestName = typeof REQUEST_NAMES[keyof typeof REQUEST_NAMES];

0 comments on commit 20d9ca0

Please sign in to comment.