lsp progress

This commit is contained in:
Dax Raad
2025-06-05 23:42:04 -04:00
parent 16520261f4
commit 265f427d2a
13 changed files with 169 additions and 105 deletions

View File

@@ -53,7 +53,6 @@ export namespace AuthAnthropic {
if (!(await file.exists())) return
const result = await file.json()
const refresh = result.refresh_token
const now = Date.now()
const response = await fetch(
"https://console.anthropic.com/v1/oauth/token",
{