Compare commits
No commits in common. "e3182b34046802aa0a2c84bccefbe0640dbaa147" and "968a49bd4645300f4b7b866f8ee055652d7bc89a" have entirely different histories.
e3182b3404
...
968a49bd46
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ava-node",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
|
|
@ -126,13 +126,11 @@ export async function getUserInfo(id: string) {
|
|||
userId: userInfo.sub,
|
||||
},
|
||||
update: {
|
||||
identifier: userInfo[configuration.userinfo.identifier],
|
||||
name: userInfo.name
|
||||
identifier: userInfo[configuration.userinfo.identifier]
|
||||
},
|
||||
create: {
|
||||
userId: userInfo.sub,
|
||||
identifier: userInfo[configuration.userinfo.identifier],
|
||||
name: userInfo.name
|
||||
identifier: userInfo[configuration.userinfo.identifier]
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue