Skip to content

Commit

Permalink
tsc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kworz committed May 7, 2024
1 parent dd58813 commit f00cf86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/app/(base)/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import Flex from "$lib/components/generics/layout/flex.svelte";
import { CircleStack, ChevronLeft, UserCircle, ChevronRight, Banknotes, Camera, WrenchScrewdriver } from "@steeze-ui/heroicons";
import { CircleStack, ChevronLeft, UserCircle, ChevronRight, Banknotes, WrenchScrewdriver } from "@steeze-ui/heroicons";
import Menu from "$lib/components/generics/menu/Menu.svelte";
import MenuItem from "$lib/components/generics/menu/MenuItem.svelte";
import MenuSeparator from "$lib/components/generics/menu/MenuGroup.svelte";
Expand Down
1 change: 0 additions & 1 deletion src/routes/install/setup-company/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const actions: Actions = {

await locals.prisma.app_settings.createMany({
data: [
{ key: "app_configured", value: "true" },
{ key: "company_name", value: companyName },
{ key: "company_address_road", value: companyAddressRoad },
{ key: "company_address_postal_code", value: companyAddressPostalCode },
Expand Down

0 comments on commit f00cf86

Please sign in to comment.