web/ChangelogEntry: expect date to always exist

This commit is contained in:
dumbmoron
2024-07-21 11:31:55 +00:00
parent 534af330ce
commit 4fab0d3fb8
2 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import type { SvelteComponent } from "svelte"
export interface ChangelogMetadata {
title: string,
date: string
date: string,
banner?: {
file: string,
alt: string