mirror of
https://github.com/openai/codex.git
synced 2026-04-28 08:34:54 +00:00
chore: rename Chatgpt -> ChatGpt in type names
This commit is contained in:
@@ -306,7 +306,7 @@ impl McpProcess {
|
||||
id_token: String,
|
||||
access_token: String,
|
||||
) -> anyhow::Result<i64> {
|
||||
let params = LoginAccountParams::ChatgptAuthTokens {
|
||||
let params = LoginAccountParams::ChatGptAuthTokens {
|
||||
id_token,
|
||||
access_token,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user