Skip to content

Commit

Permalink
use builder.into()
Browse files Browse the repository at this point in the history
Signed-off-by: kranurag7 <[email protected]>

Co-authored-by: Jan Verbeek <[email protected]>
  • Loading branch information
kranurag7 and blyxxyz committed Jan 11, 2025
1 parent 355dd04 commit bb82a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ impl Session {
}

Ok(cookie_store::Cookie::try_from_raw_cookie(
&cookie_builder.finish(),
&cookie_builder.into(),
&cookie_url,
)?)
}),
Expand Down

0 comments on commit bb82a77

Please sign in to comment.