fix(schema): change schema and unpack script
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
0db6aeb523
commit
b014b23404
@@ -357,14 +357,6 @@ class UnpackedChallenge {
|
||||
text.push('<!--end-->');
|
||||
text.push('</div>');
|
||||
|
||||
text.push('');
|
||||
text.push('<h2>Released On</h2>');
|
||||
text.push('<div class="unpacked">');
|
||||
text.push('<!--releasedOn-->');
|
||||
text.push(this.challenge.releasedOn);
|
||||
text.push('<!--end-->');
|
||||
text.push('</div>');
|
||||
|
||||
text.push('');
|
||||
text.push('<h2>Files</h2>');
|
||||
text.push(`
|
||||
|
Reference in New Issue
Block a user