remove unused variable

This commit is contained in:
Karol Wypchlo 2022-04-22 14:26:34 +02:00
parent b88cdf6d76
commit d27dca72d1
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ function _M.track_upload_timer(premature, skylink, auth_headers)
end
function _M.track_upload(skylink, status_code, auth_headers)
local has_auth_headers = not utils.is_table_empty(auth_headers)
local status_success = status_code >= 200 and status_code <= 299
if skylink and status_success then