Skip to content

Commit 45902ca

Browse files
committed
schema biome 2.2.4
Signed-off-by: Alex Tarasov <at146@ya.ru>
1 parent bd06fd3 commit 45902ca

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

frontend/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "on" } } },
44
"files": {
55
"includes": [

frontend/src/client/schemas.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const Body_login_login_access_tokenSchema = {
66
anyOf: [
77
{
88
type: 'string',
9-
pattern: 'password'
9+
pattern: '^password$'
1010
},
1111
{
1212
type: 'null'

scripts/generate-client.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)