Skip to content

Commit

Permalink
delete dead_code
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Nov 28, 2023
1 parent 82060f7 commit c6d9d99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openai/src/auth/provide/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ impl<'a> RequestContext<'a> {

self.cookie
.insert(format!("arkoseToken={}", arkose_token.value()));
self.cookie
.insert(format!("arkose_token={}", arkose_token.value()));
Ok(())
}
}
Expand Down

0 comments on commit c6d9d99

Please sign in to comment.