fix last commit

This commit is contained in:
zefie
2022-10-31 12:12:11 -04:00
parent 9512deb252
commit 9b8c0ccc2d
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}