kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
937531e65b
commit
379f7b60f2
|
@ -3,15 +3,43 @@
|
||||||
exports[`rateLimitSchema invalid 1`] = `
|
exports[`rateLimitSchema invalid 1`] = `
|
||||||
[ZodError: [
|
[ZodError: [
|
||||||
{
|
{
|
||||||
"code": "too_small",
|
"code": "invalid_union",
|
||||||
"minimum": 1,
|
"unionErrors": [
|
||||||
"type": "string",
|
{
|
||||||
"inclusive": true,
|
"issues": [
|
||||||
"exact": false,
|
{
|
||||||
"message": "String must contain at least 1 character(s)",
|
"code": "invalid_type",
|
||||||
|
"expected": "number",
|
||||||
|
"received": "string",
|
||||||
|
"path": [
|
||||||
|
"interval"
|
||||||
|
],
|
||||||
|
"message": "Expected number, received string"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "ZodError"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"issues": [
|
||||||
|
{
|
||||||
|
"code": "too_small",
|
||||||
|
"minimum": 1,
|
||||||
|
"type": "string",
|
||||||
|
"inclusive": true,
|
||||||
|
"exact": false,
|
||||||
|
"message": "String must contain at least 1 character(s)",
|
||||||
|
"path": [
|
||||||
|
"interval"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "ZodError"
|
||||||
|
}
|
||||||
|
],
|
||||||
"path": [
|
"path": [
|
||||||
"interval"
|
"interval"
|
||||||
]
|
],
|
||||||
|
"message": "Invalid input"
|
||||||
}
|
}
|
||||||
]]
|
]]
|
||||||
`;
|
`;
|
||||||
|
|
Ładowanie…
Reference in New Issue