Skip to content

Commit 054ed45

Browse files
authored
Merge branch 'dev' into cli-exec-changes
2 parents 07b8b41 + fb81b41 commit 054ed45

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.cursor/commands/pre-push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please compare `dev` to `main` and ensure that all migrations are backwards compatible. In what ways could breakage occur? Report the result to me in detail. Anything else that's scary that could occur, or that we should think about while migrating?
1+
Please compare `origin/dev` to `origin/main` (feel free to check out the dev branch if needed) and ensure that all migrations are backwards compatible. In what ways could breakage occur? Report the result to me in detail. Anything else that's scary that could occur, or that we should think about while migrating?

docs-mintlify/openapi/admin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@
11231123
"properties": {
11241124
"expires_in_millis": {
11251125
"type": "number",
1126-
"default": 7200000
1126+
"default": 120000
11271127
},
11281128
"anon_refresh_token": {
11291129
"type": "string"

docs-mintlify/openapi/client.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@
893893
"properties": {
894894
"expires_in_millis": {
895895
"type": "number",
896-
"default": 7200000
896+
"default": 120000
897897
},
898898
"anon_refresh_token": {
899899
"type": "string"

docs-mintlify/openapi/server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@
10711071
"properties": {
10721072
"expires_in_millis": {
10731073
"type": "number",
1074-
"default": 7200000
1074+
"default": 120000
10751075
},
10761076
"anon_refresh_token": {
10771077
"type": "string"

0 commit comments

Comments
 (0)