fix: globale users version

This commit is contained in:
Tristan Yang
2023-09-27 08:59:24 +08:00
parent 531b021133
commit c059a0710c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const footprintSlice = createSlice({
resetFootprint() {
return initialState;
},
fillFootprint(state, action) {
fillFootprint(state, action: PayloadAction<State>) {
const {
og = {},
usersVersion = state.usersVersion,