Fix account session storage argument comment

This commit is contained in:
Dhruv
2026-06-01 08:00:12 +05:30
parent c4c1505bbf
commit 62190604cf

View File

@@ -210,7 +210,7 @@ impl CodexAuth {
auth_dot_json,
auth_credentials_store_mode,
chatgpt_base_url,
None,
/*chatgpt_storage*/ None,
)
.await
}