:3 added bindings for bootloader lib
This commit is contained in:
@@ -10,11 +10,7 @@ if not __VERSION then
|
||||
__VERSION = "DEV";
|
||||
end
|
||||
|
||||
--- @class Exports
|
||||
--- @field log Logger
|
||||
--- @field updater Updater
|
||||
--- @field notifier Notifier
|
||||
--- @field json JsonParser
|
||||
|
||||
|
||||
|
||||
--- @param upd Updater
|
||||
|
||||
@@ -72,7 +72,6 @@ function updater:check(branch)
|
||||
log.error("Updater:check: Could not get body of request: " .. berr);
|
||||
return false;
|
||||
end
|
||||
|
||||
local data = json.decode(body);
|
||||
if self.curr_commit_hash == "" then
|
||||
log.debug("No commit hash found, setting");
|
||||
|
||||
Reference in New Issue
Block a user