cleanup status variable

This commit is contained in:
2024-08-25 22:18:31 +02:00
parent c3794fa2b6
commit a0a99cd3cc
3 changed files with 6 additions and 5 deletions

View File

@@ -116,6 +116,7 @@ export type Status = {
theme_text: string
theme_favicon: string
theme_page_title: string
theme_new_note_notice: boolean
}
export async function status() {