Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web sockets #29

Merged
merged 11 commits into from
Apr 6, 2023
Prev Previous commit
Next Next commit
Reverted migrating state back to false
  • Loading branch information
mjhuff committed Apr 6, 2023
commit 160e75ac44578d1742bbc9675c7b981eae70bea3
2 changes: 1 addition & 1 deletion client/slice.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getUserBuckets } from './services/getBuckets';
const slice = createSlice({
name: 'GUI',
initialState: {
isMigrating: true,
isMigrating: false,
errState: '',
origin: {
name: '',
Expand Down