Skip to content

Commit

Permalink
Merge branch 'develop' into patch-45
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Aug 9, 2021
2 parents d5617e3 + 0c34592 commit 5f73632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/api/threatbook.ads
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function vertical(ctx, domain)
return
end

local resp, err = request(ctx, {url=build_url(domain, key)})
local resp, err = request(ctx, {url=build_url(domain, c.key)})
if (err ~= nil and err ~= "") then
return
end
Expand Down

0 comments on commit 5f73632

Please sign in to comment.