File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
self-service/src/lib/work-provider/work-functions/work-factory Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,6 @@ workflows:
260260 branches :
261261 only :
262262 - dev
263- - UOF-61_merge-latest-uof
264263
265264 - deployQa :
266265 context : org-global
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ export const rootRoute: string = (
4141)
4242
4343export const EARN_APP_PATHS : { [ key : string ] : string } = {
44- root : rootRoute ,
45- gigs : `${ rootRoute } /gigs` ,
4644 challenges : `${ rootRoute } /challenges` ,
45+ gigs : `${ rootRoute } /gigs` ,
46+ root : rootRoute ,
4747}
4848
4949export const toolTitle : string = ToolTitle . earn
Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ function getType(challenge: Challenge): WorkType {
719719 try {
720720 return JSON . parse ( intakeForm . value )
721721 } catch {
722- return { form : undefined }
722+ return { form : undefined }
723723 }
724724 } ) ( )
725725 const workTypeKey : ( keyof typeof WorkType ) | undefined = Object . entries ( WorkType )
You can’t perform that action at this time.
0 commit comments