From 9b8c0ccc2d1f55cfdcb64e433ed7e86f68577df8 Mon Sep 17 00:00:00 2001 From: zefie Date: Mon, 31 Oct 2022 12:12:11 -0400 Subject: [PATCH] fix last commit --- zefie_wtvp_minisrv/ServiceVault/wtv-flashrom/get-lc2-page.js | 2 +- zefie_wtvp_minisrv/includes/WTVFlashrom.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-flashrom/get-lc2-page.js b/zefie_wtvp_minisrv/ServiceVault/wtv-flashrom/get-lc2-page.js index d8c46cd8..aa99a39d 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-flashrom/get-lc2-page.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-flashrom/get-lc2-page.js @@ -103,7 +103,7 @@ data += ` ` : `>`} diff --git a/zefie_wtvp_minisrv/includes/WTVFlashrom.js b/zefie_wtvp_minisrv/includes/WTVFlashrom.js index 48ac60db..2e80509d 100644 --- a/zefie_wtvp_minisrv/includes/WTVFlashrom.js +++ b/zefie_wtvp_minisrv/includes/WTVFlashrom.js @@ -129,7 +129,7 @@ class WTVFlashrom { async getFlashromMeta(request_path, callback) { // read 512 bytes of rom, and send result of getFlashromInfo - // to callback (in data), without headers + // to callback (in data) this.getFlashRom(request_path, callback, 512); }