style: auto format
This commit is contained in:
parent
417ab04f06
commit
b24e8736b5
|
|
@ -272,7 +272,7 @@ const testAntiHotlink = async (path, expectObj, query?: string | Record<string,
|
|||
.map(([key, value]) => `${key}=${value}`)
|
||||
.join('&');
|
||||
}
|
||||
path += (queryStr ? `?${queryStr}` : '');
|
||||
path += queryStr ? `?${queryStr}` : '';
|
||||
|
||||
const response = await app.request(path);
|
||||
const parsed = await parser.parseString(await response.text());
|
||||
|
|
|
|||
Loading…
Reference in New Issue