Format code with prettier
This commit fixes the style issues introduced in 4a3f224
according to the output
from prettier.
Details: https://deepsource.io/gh/MillenniumEarl/F95API/transform/5241b5be-e9a0-4938-aa8c-cff3d858c572/
pull/25/head
parent
4a3f224500
commit
f469d01e0c
|
@ -121,7 +121,10 @@ async function getThreadURL(page, handle) {
|
||||||
// Some game already have a full URL
|
// Some game already have a full URL
|
||||||
if (isF95URL(relativeURLThread)) return relativeURLThread;
|
if (isF95URL(relativeURLThread)) return relativeURLThread;
|
||||||
|
|
||||||
const urlThread = new URL(relativeURLThread, constURLs.F95_BASE_URL).toString();
|
const urlThread = new URL(
|
||||||
|
relativeURLThread,
|
||||||
|
constURLs.F95_BASE_URL
|
||||||
|
).toString();
|
||||||
return urlThread;
|
return urlThread;
|
||||||
}
|
}
|
||||||
//#endregion Private methods
|
//#endregion Private methods
|
||||||
|
|
Loading…
Reference in New Issue