Skip to content

Commit 2b6be1e

Browse files
committed
chore: downgrade scalar
1 parent b12b477 commit 2b6be1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
}
318318
});
319319
</script>
320-
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
320+
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference@1.25.101"></script>
321321
</body>
322322
<script
323323
defer

json-schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/generated-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9911,11 +9911,11 @@ export interface components {
99119911
};
99129912
/** @example [
99139913
* {
9914-
* "time": 1612543884,
9914+
* "time": "1612543884",
99159915
* "calls": 42
99169916
* },
99179917
* {
9918-
* "time": 1614523884,
9918+
* "time": "1614523884",
99199919
* "calls": 6942
99209920
* }
99219921
* ] */

0 commit comments

Comments
 (0)