fix: case sensitive rename
This commit is contained in:
parent
5890d6c39c
commit
fd9ccb9175
@ -5,7 +5,7 @@ import type { UploadImageUseCase } from '$lib/image/application/useCase/uploadIm
|
||||
import { captureException } from '@sentry/sveltekit';
|
||||
import { get, writable } from 'svelte/store';
|
||||
|
||||
export type ImageInfoState = AsyncState<ImageInfoViewModel>;
|
||||
type ImageInfoState = AsyncState<ImageInfoViewModel>;
|
||||
|
||||
export class ImageUploadedStore implements BaseStore<ImageInfoState, File> {
|
||||
private readonly state = writable<ImageInfoState>(AsyncState.idle<ImageInfoViewModel>(null));
|
Loading…
x
Reference in New Issue
Block a user