Skip to content

Commit

Permalink
Change cntc type
Browse files Browse the repository at this point in the history
  • Loading branch information
njibhu committed Dec 7, 2020
1 parent aaca99a commit 0929a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/src/cntc_tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
: mainChunk.content.length;
let contentSlice = mainChunk.content.slice(begin, end);

if (mainChunk.indexEntries[i].type == 25) {
if (mainChunk.indexEntries[i].type == 27) {
let itemId = parseId(contentSlice);
let guid = parseGuid(contentSlice);
items.push(itemId);
Expand Down

0 comments on commit 0929a52

Please sign in to comment.