Merge pull request #26 from MillenniumEarl/deepsource-transform-0ffbf669
Format code with prettierpull/27/head
commit
08bcad559f
|
@ -398,7 +398,8 @@ function extractGameHostingData(platform, text) {
|
||||||
|
|
||||||
// Find the end of the container
|
// Find the end of the container
|
||||||
if (endIndex === -1)
|
if (endIndex === -1)
|
||||||
endIndex = text.indexOf(CONTAINER_SPAN_CLOSE, startIndex) +
|
endIndex =
|
||||||
|
text.indexOf(CONTAINER_SPAN_CLOSE, startIndex) +
|
||||||
CONTAINER_SPAN_CLOSE.length;
|
CONTAINER_SPAN_CLOSE.length;
|
||||||
|
|
||||||
text = text.substring(startIndex, endIndex);
|
text = text.substring(startIndex, endIndex);
|
||||||
|
|
Loading…
Reference in New Issue