Update index.mjs
This commit is contained in:
parent
c6b7b1823b
commit
b91aab7219
1 changed files with 2 additions and 2 deletions
|
@ -101,11 +101,11 @@ const ags_template_finalpart = `
|
||||||
function createContextPart(c) {
|
function createContextPart(c) {
|
||||||
return `
|
return `
|
||||||
|
|
||||||
***DOCUMENT FOR CONTEXT BEGIN***
|
***DOCUMENT FOR DATASET BEGIN***
|
||||||
|
|
||||||
${c}
|
${c}
|
||||||
|
|
||||||
***DOCUMENT FOR CONTEXT END***
|
***DOCUMENT FOR DATASET END***
|
||||||
|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue