Skip to content

Commit

Permalink
Merge pull request #655 from shelld3v/patch-41
Browse files Browse the repository at this point in the history
Fixed #647 ThreatBook data source bug
  • Loading branch information
caffix authored Aug 9, 2021
2 parents 6fa74e9 + c9dfb4a commit 0c34592
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 0c34592

Please sign in to comment.