mirror of
https://github.com/BoostIo/Boostnote
synced 2026-07-27 23:23:09 +00:00
USER auto refresh
This commit is contained in:
+1
-1
@@ -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