Skip to content

Commit 2c59f1b

Browse files
committed
Update transcripts
1 parent c443f22 commit 2c59f1b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

transcripts/share-apis/branches/branch-list-by-self-name-prefix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"updatedAt": "<TIMESTAMP>"
6262
}
6363
],
64-
"nextCursor": "<CURSOR>",
65-
"prevCursor": "<CURSOR>"
64+
"nextCursor": null,
65+
"prevCursor": null
6666
},
6767
"status": [
6868
{

transcripts/share-apis/branches/branch-list-by-self-project-ref.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"updatedAt": "<TIMESTAMP>"
6262
}
6363
],
64-
"nextCursor": "<CURSOR>",
65-
"prevCursor": "<CURSOR>"
64+
"nextCursor": null,
65+
"prevCursor": null
6666
},
6767
"status": [
6868
{

transcripts/share-apis/branches/branch-list-contributors-only.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"updatedAt": "<TIMESTAMP>"
6262
}
6363
],
64-
"nextCursor": "<CURSOR>",
65-
"prevCursor": "<CURSOR>"
64+
"nextCursor": null,
65+
"prevCursor": null
6666
},
6767
"status": [
6868
{

transcripts/share-apis/branches/branch-list-name-filter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"updatedAt": "<TIMESTAMP>"
2323
}
2424
],
25-
"nextCursor": "<CURSOR>",
26-
"prevCursor": "<CURSOR>"
25+
"nextCursor": null,
26+
"prevCursor": null
2727
},
2828
"status": [
2929
{

transcripts/share-apis/branches/branch-list-name-prefix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"updatedAt": "<TIMESTAMP>"
6262
}
6363
],
64-
"nextCursor": "<CURSOR>",
65-
"prevCursor": "<CURSOR>"
64+
"nextCursor": null,
65+
"prevCursor": null
6666
},
6767
"status": [
6868
{

0 commit comments

Comments
 (0)