Fix Dhall signature

Stephen Paul Weber created

The config got updated, but the signature was missed.

Change summary

bin/billing_monthly_cronjob | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

Detailed changes

bin/billing_monthly_cronjob 🔗

@@ -27,7 +27,12 @@ CONFIG = Dhall.load(<<-DHALL).sync
 	in
 	(#{ARGV[0]}) : {
 		healthchecks_url: Text,
-		notify_using: { jid: Text, password: Text, target: Text -> Text },
+		notify_using: {
+			jid: Text,
+			password: Text,
+			target: Text -> Text,
+			body: Text -> Text -> Text
+		},
 		plans: List {
 			name: Text,
 			currency: Currency,