remove erroneous w

This commit is contained in:
zefie
2022-10-06 16:45:30 -07:00
parent aef2662294
commit ff1fd4c386

View File

@@ -33,7 +33,7 @@ class WTVFlashrom {
data = err.toString();
callback(data, headers);
} else {
if (info_only) {w
if (info_only) {
callback(self.getFlashromInfo(data, request_path));
} else {
self.sendToClient(data, request_path, callback);