feat: add confbox dependency and refactor TOML parsing in codex settings (#282)

fix: update JSDoc for refreshAndUpdateCredentials return type
This commit is contained in:
Hưng Nguyễn
2026-03-11 17:00:49 +07:00
committed by GitHub
parent d9dad5bcf3
commit 2470ef84de
3 changed files with 41 additions and 70 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { getUsageForProvider } from "open-sse/services/usage.js";
import { getExecutor } from "open-sse/executors/index.js";
/**
* Refresh credentials using executor and update database
* @returns {{ connection, refreshed: boolean }}
* @returns Promise<{ connection, refreshed: boolean }>
*/
async function refreshAndUpdateCredentials(connection) {
const executor = getExecutor(connection.provider);