chore: rename Chatgpt -> ChatGpt in type names

This commit is contained in:
Michael Bolin
2026-01-30 10:30:50 -08:00
parent 40bf11bd52
commit 0166c1b156
17 changed files with 94 additions and 94 deletions

View File

@@ -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,
};