Skip to content

Commit

Permalink
Merge pull request #382 from Yooooomi/fix/create-user
Browse files Browse the repository at this point in the history
Fixed create user
  • Loading branch information
Yooooomi authored Mar 24, 2024
2 parents b5a3517 + a84cf68 commit 7f7f884
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@your_spotify/client",
"version": "1.10.0",
"version": "1.10.1",
"private": true,
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@your_spotify/server",
"version": "1.10.0",
"version": "1.10.1",
"private": true,
"scripts": {
"start": "node lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions apps/server/src/database/queries/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const createUser = (
preferredStatsPeriod: "month",
nbElements: 10,
metricUsed: "number",
dateFormat: "default",
},
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@your_spotify/root",
"version": "1.10.0",
"version": "1.10.1",
"repository": "git@github.com:Yooooomi/your_spotify.git",
"author": "Timothee <timothee.boussus@gmail.com>",
"private": true,
Expand Down

0 comments on commit 7f7f884

Please sign in to comment.