Skip to content

Commit 3a54849

Browse files
author
cx-Margarita-LevitM
committed
update CodeBashing link
1 parent 88db027 commit 3a54849

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.38-NewCodeBashingLink
1+
2.3.38-NewCodeBashingLink-1

src/main/codebashing/CxCodeBashing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export default class CxCodeBashing {
2-
path: string;
2+
lessonUrl: string;
33

44
static parseCodeBashing(resultObject: any[]): CxCodeBashing[] {
55
let codeBashingLink: CxCodeBashing[] = [];
66
codeBashingLink = resultObject.map((member: any) => {
77
const codeBashing = new CxCodeBashing();
8-
codeBashing.path = member.path;
8+
codeBashing.lessonUrl = member.lessonUrl;
99
return codeBashing;
1010
});
1111
return codeBashingLink;

0 commit comments

Comments
 (0)