Skip to content

Commit a0a0b9d

Browse files
Muhammad Faraz  MaqsoodFaraz32123
authored andcommitted
fix: Resolve Course Optimizer Scanning Bug
- Corrected LINK_CHECK_STATUSES.IN_PROGRESS value that is sent by backend.
1 parent ba896a3 commit a0a0b9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/optimizer-page/data/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const LAST_EXPORT_COOKIE_NAME = 'lastexport';
22
export const LINK_CHECK_STATUSES = {
33
UNINITIATED: 'Uninitiated',
44
PENDING: 'Pending',
5-
IN_PROGRESS: 'In-Progress',
5+
IN_PROGRESS: 'In Progress',
66
SUCCEEDED: 'Succeeded',
77
FAILED: 'Failed',
88
CANCELED: 'Canceled',
@@ -11,7 +11,7 @@ export const LINK_CHECK_STATUSES = {
1111
export enum LinkCheckStatusTypes {
1212
UNINITIATED = 'Uninitiated',
1313
PENDING = 'Pending',
14-
IN_PROGRESS = 'In-Progress',
14+
IN_PROGRESS = 'In Progress',
1515
SUCCEEDED = 'Succeeded',
1616
FAILED = 'Failed',
1717
CANCELED = 'Canceled',

0 commit comments

Comments
 (0)