Skip to content

Commit

Permalink
Merge pull request #16562 from davelopez/drop_sync_config_to_galaxy
Browse files Browse the repository at this point in the history
Drop syncConfigToGalaxy
  • Loading branch information
dannon authored Aug 17, 2023
2 parents b90e352 + e1ab601 commit 2d40b68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
4 changes: 0 additions & 4 deletions client/src/store/syncVuextoGalaxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { defer } from "rxjs";
import { shareReplay } from "rxjs/operators";
import { waitForInit } from "utils/observable";

import { syncConfigToGalaxy } from "@/stores/syncConfigToGalaxy";
import { syncUserToGalaxy } from "@/stores/users/syncUserToGalaxy";

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

// sets current user when galaxy changes
syncUserToGalaxy(globalGalaxy$);

// configuration
syncConfigToGalaxy(globalGalaxy$);
};
21 changes: 0 additions & 21 deletions client/src/stores/syncConfigToGalaxy.js

This file was deleted.

0 comments on commit 2d40b68

Please sign in to comment.