Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam committed Nov 20, 2024
1 parent 8b7617e commit 4ec394a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
export let settings: ConfigSource;
export let activeSubgraphs: Writable<Record<string, string>>;
console.log(settings);
$: dropdownOptions = Object.keys(settings?.subgraphs ?? {}).reduce(
(acc, key) => ({
...acc,
Expand Down

0 comments on commit 4ec394a

Please sign in to comment.