Skip to content

Commit bed0a37

Browse files
committed
Drop syncConfigToGalaxy
1 parent 983bbfb commit bed0a37

2 files changed

Lines changed: 0 additions & 25 deletions

File tree

client/src/store/syncVuextoGalaxy.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { defer } from "rxjs";
99
import { shareReplay } from "rxjs/operators";
1010
import { waitForInit } from "utils/observable";
1111

12-
import { syncConfigToGalaxy } from "@/stores/syncConfigToGalaxy";
1312
import { syncUserToGalaxy } from "@/stores/users/syncUserToGalaxy";
1413

1514
// store subscriptions
@@ -21,7 +20,4 @@ export const syncVuextoGalaxy = (store) => {
2120

2221
// sets current user when galaxy changes
2322
syncUserToGalaxy(globalGalaxy$);
24-
25-
// configuration
26-
syncConfigToGalaxy(globalGalaxy$);
2723
};

client/src/stores/syncConfigToGalaxy.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)