Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ra4nd0m committed Aug 31, 2024
1 parent b1ff63b commit ba8e48c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/components/GetMaterialsList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import { materials_data } from "../lib/stores";
import { onMount } from "svelte";
export let secret: string;
let bigList: material[];
onMount(async () => {
await grabData(secret);
});
Expand Down

0 comments on commit ba8e48c

Please sign in to comment.