mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-27 11:15:32 +02:00
turns out intellij formats the code before committing which causes the ci/cd checks to fail
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import {getContext} from 'svelte';
|
||||
import type {User} from '$lib/types';
|
||||
import { getContext } from 'svelte';
|
||||
import type { User } from '$lib/types';
|
||||
|
||||
const user: () => User = getContext('user');
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user