Fix build

This commit is contained in:
binwiederhier
2026-01-18 11:13:56 -05:00
parent 743b00e59c
commit 279c164bf5
2 changed files with 9 additions and 7 deletions

View File

@@ -128,11 +128,6 @@ Examples:
ntfy serve --listen-http :8080 # Starts server with alternate port`,
}
// App metadata fields used to pass from
const (
MetadataKeyCommit = "commit"
MetadataKeyDate = "date"
)
func execServe(c *cli.Context) error {
if c.NArg() > 0 {