Format code with prettier
This commit fixes the style issues introduced in 6eea0b1
according to the output
from prettier.
Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/344f68b2-99a7-4b63-83ac-23542fd9a5d9/
pull/22/head
parent
6eea0b17b4
commit
7f489f275a
|
@ -291,7 +291,7 @@ async function parsePrefixes(page, info) {
|
|||
async function getLastChangelog(page) {
|
||||
// Gets the first post, where are listed all the game's informations
|
||||
let post = (await page.$$(selectors.THREAD_POSTS))[0];
|
||||
|
||||
|
||||
let spoiler = await post.$(selectors.THREAD_LAST_CHANGELOG);
|
||||
let changelogHTML = await page.evaluate(
|
||||
/* istanbul ignore next */
|
||||
|
|
Loading…
Reference in New Issue