Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Macludde committed Aug 19, 2024
1 parent 9e511e4 commit add9101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(app)/events/Event.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
| "shortDescription"
| "description"
| "imageUrl"
| "removedAt"
>;
> &
Partial<Pick<Event, "removedAt">>;
</script>

{#if event.imageUrl}
Expand Down

0 comments on commit add9101

Please sign in to comment.