Skip to content

Commit

Permalink
Drop syncConfigToGalaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Aug 17, 2023
1 parent e32836b commit e1ab601
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 e1ab601

Please sign in to comment.