Skip to content

Commit

Permalink
refactor: simplify port parameter type in ScanXSS initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 14, 2024
1 parent 83ab4c9 commit 799ce63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dump_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl DumpSync {

ScanXSS::new(
&host,
port as u16,
port,
&user,
&password,
&dbname,
Expand Down

0 comments on commit 799ce63

Please sign in to comment.