From 0d0dd5e170c19a81660158fb6090ad2c9d60aa64 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 13 Dec 2023 02:50:50 +0200 Subject: [PATCH] Revert old comment --- src/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.js b/src/util.js index 38714b02b..be8d5135f 100644 --- a/src/util.js +++ b/src/util.js @@ -349,7 +349,7 @@ function getImages(path) { /** * Pipe a fetch() response to an Express.js Response, including status code. - * @param {import('node-fetch').Response} from The fetch response to pipe from. + * @param {import('node-fetch').Response} from The Fetch API response to pipe from. * @param {Express.Response} to The Express response to pipe to. */ function forwardFetchResponse(from, to) {