Skip to content

Commit e42af18

Browse files
committed
Lint
1 parent 2bb2bbc commit e42af18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/wp_depicter_sqli_cve_2025_2011.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_sqli_object
7373
)
7474

7575
next GET_SQLI_OBJECT_FAILED_ERROR_MSG unless res&.code == 200
76-
76+
7777
doc = res.get_json_document
7878
value = if doc.respond_to?(:dig)
7979
doc.dig('hits', 0, 'content', 'id')

0 commit comments

Comments
 (0)