mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
USER auto refresh
This commit is contained in:
@@ -23,7 +23,7 @@ export const UNSYNCED = 'UNSYNCED'
|
||||
export function updateUser (user) {
|
||||
return {
|
||||
type: USER_UPDATE,
|
||||
data: user
|
||||
data: { user }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user