Skip to content

Commit 91ef9e8

Browse files
committed
fix: revert to main branch URL
1 parent 036dc7f commit 91ef9e8

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

docs/reference/endpoints/account.mdx

Lines changed: 0 additions & 14 deletions
This file was deleted.

scripts/sync-openapi.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import fs from "fs/promises";
22

3-
// TODO: revert to main after derrek/openapi-fixes is merged
43
const SOURCE_URL =
5-
"https://raw.githubusercontent.com/recallnet/js-recall/derrek/openapi-fixes/apps/api/openapi/openapi.json";
4+
"https://raw.githubusercontent.com/recallnet/js-recall/main/apps/api/openapi/openapi.json";
65
const OUTPUT_PATH = "specs/competitions.json";
76

87
const BLOCKED_PATH_PATTERNS = [

specs/competitions.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@
163163
"name": "Auth",
164164
"description": "Authentication endpoints"
165165
},
166-
{
167-
"name": "Account",
168-
"description": "Account management endpoints"
169-
},
170166
{
171167
"name": "Agent",
172168
"description": "Agent management endpoints"

0 commit comments

Comments
 (0)