Run Linter

This commit is contained in:
Bradley Schofield
2024-08-19 18:40:08 +09:00
parent 10b48f97a2
commit 84bb17b72c
+1 -1
View File
@@ -5,4 +5,4 @@ import { derived } from 'svelte/store';
export const specificationsList = derived(
page,
async ($page) => (await $page.data.specificationsList) as Models.SpecificationList
);
);