Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mansurskTarento committed Aug 9, 2024
1 parent db45fb4 commit 9980bd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class DesignationsComponent implements OnInit {
this.environment.frameworkName = _.get(res, 'result.framework')
setTimeout(() => {
this.getOrgReadData()
}, 5000)
}, 5000)
// this.publishFrameWork('', true)
// this.getFrameworkInfo(res.frameworkid)
}
Expand Down Expand Up @@ -336,7 +336,7 @@ export class DesignationsComponent implements OnInit {
if (action && action === 'delete') {
this.openSnackbar(_.get(this.designationConfig, 'termRemoveMsg'))
}
}, refreshTime)
}, refreshTime)
}
},
error: () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class DesignationsService {
frameworkId,
categoryId,
categoryTermCode
)}`, reguestBody)
)}`, reguestBody)
}

publishFramework(frameworkName: string) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class OdcsMappingComponent implements OnInit {
callResizeEvent(_event: any) {
setTimeout(() => {
window.dispatchEvent(new Event('resize'))
}, 100)
}, 100)
}

createFreamwork() {
Expand All @@ -69,7 +69,7 @@ export class OdcsMappingComponent implements OnInit {
if (_.get(res, 'result.framework')) {
setTimeout(() => {
this.getOrgReadData()
}, 5000)
}, 5000)
}
},
error: () => {
Expand Down

0 comments on commit 9980bd2

Please sign in to comment.