Skip to content

Commit

Permalink
import and init fixies
Browse files Browse the repository at this point in the history
  • Loading branch information
Popug-s-catcher committed Dec 15, 2024
1 parent 8211dba commit 98581cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions server/test_data/import.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"role": "employee",
"login": "[email protected]",
"password": "glaz-uslada",
"birthday": "20.09.2003",
"birthday": "2003-09-20",
"regDate": "2024-11-12T05:12:09.2289011+03:00",
"editDate": "2024-11-12T05:12:09.2289011+03:00",
"indebtedness": 0
Expand All @@ -17,9 +17,9 @@
"role": "director",
"login": "[email protected]",
"password": "devils_s_girl",
"birthday": "31.03.2000",
"birthday": "2000-03-31",
"regDate": "2024-11-12T05:12:38.4140347+03:00",
"editDate": "2024-11-12T05:12:09.2289011+03:00",
"editDate": "2024-11-12T05:12:38.4140347+03:00",
"indebtedness": 0
}
],
Expand Down
8 changes: 4 additions & 4 deletions server/test_data/users_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"password": "devils_s_girl",
"birthday": "2000-03-31",
"regDate": "2024-11-12T05:12:38.4140347+03:00",
"editDate": "2024-11-12T05:12:09.2289011+03:00",
"editDate": "2024-11-12T05:12:38.4140347+03:00",
"indebtedness": 0
},
{
Expand All @@ -29,7 +29,7 @@
"password": "123mark",
"birthday": "1995-02-01",
"regDate": "2024-12-15T20:32:24.5279792+00:00",
"editDate": "2024-11-12T05:12:09.2289011+03:00",
"editDate": "2024-12-15T20:32:24.5279792+00:00",
"indebtedness": 0
},
{
Expand All @@ -40,7 +40,7 @@
"password": "8278",
"birthday": "2003-05-05",
"regDate": "2024-12-15T20:37:13.5224437+00:00",
"editDate": "2024-11-12T05:12:09.2289011+03:00",
"editDate": "2024-12-15T20:37:13.5224437+00:00",
"indebtedness": 0
},
{
Expand All @@ -51,7 +51,7 @@
"password": "novak",
"birthday": "2003-12-01",
"regDate": "2024-12-15T20:42:36.0550207+00:00",
"editDate": "2024-11-12T05:12:09.2289011+03:00",
"editDate": "2024-12-15T20:42:36.0550207+00:00",
"indebtedness": 0
}
]

0 comments on commit 98581cb

Please sign in to comment.