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
deepsource-autofix[bot] 2020-10-14 14:12:52 +00:00 committed by GitHub
parent 6eea0b17b4
commit 7f489f275a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */