From b00061b10bcdbea2f5c33708f186ad56ca5baa0e Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Thu, 11 Nov 2021 10:08:33 +0100 Subject: [PATCH] Fix compile error --- Sources/App/configure.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/App/configure.swift b/Sources/App/configure.swift index 0a970e7..9bf4800 100755 --- a/Sources/App/configure.swift +++ b/Sources/App/configure.swift @@ -10,7 +10,7 @@ private var guestListPath: URL! private var declinedListPath: URL! -let df: DateFormatter = { +private let df: DateFormatter = { let df = DateFormatter() df.dateFormat = "dd.MM. HH:mm" return df