mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
💡 Address PR comments
This commit is contained in:
@@ -50,7 +50,7 @@ export const Get = async (request: NextApiRequest, response: NextApiResponse) =>
|
||||
return;
|
||||
}
|
||||
|
||||
Consola.info('Requesting RSS feed...');
|
||||
Consola.info(`Requesting RSS feed at url ${parseResult.data.feedUrl}`);
|
||||
const stopWatch = new Stopwatch();
|
||||
const feed = await parser.parseURL(parseResult.data.feedUrl);
|
||||
Consola.info(`Retrieved RSS feed after ${stopWatch.getEllapsedMilliseconds()} milliseconds`);
|
||||
|
||||
Reference in New Issue
Block a user