debug update

This commit is contained in:
adb-sh 2022-10-11 19:59:05 +02:00
parent f87eb4dcdd
commit a33ccca5a2

View File

@ -16,7 +16,7 @@ export const createLocalUser = async ({ refreshToken = undefined, code = undefin
async onRefresh() {
await UserStore.findOneAndUpdate(
{ 'spotify.userId': client.user.id },
{ spotify: { refreshToken: client.refreshMeta.refreshToken } }
{ 'spotify.refreshToken': client.refreshMeta.refreshToken },
);
},
});