File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ export default class XAPI {
50
50
return definition ;
51
51
}
52
52
53
- /**
53
+ /**
54
54
* Get tasks description.
55
55
* @returns {string } Description.
56
56
*/
57
- getXAPIDescription ( ) {
58
- // The below replaceAll makes sure we don't get any unwanted XAPI_PLACEHOLDERs in the description
59
- const introduction = this . params . taskDescription
60
- . replaceAll ( / _ { 10 , } / gi, '_________' ) || DEFAULT_DESCRIPTION ;
61
- const fields = this . content . getXAPIDescription ( ) ;
62
- return `${ introduction } ${ fields } ` ;
63
- }
57
+ getXAPIDescription ( ) {
58
+ // The below replaceAll makes sure we don't get any unwanted XAPI_PLACEHOLDERs in the description
59
+ const introduction = this . params . taskDescription
60
+ . replaceAll ( / _ { 10 , } / gi, '_________' ) || DEFAULT_DESCRIPTION ;
61
+ const fields = this . content . getXAPIDescription ( ) ;
62
+ return `${ introduction } ${ fields } ` ;
63
+ }
64
64
}
You can’t perform that action at this time.
0 commit comments