From 34626706e4486efdcc61422f4f2db299afb3f7ae Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 28 Feb 2022 17:37:14 +0530 Subject: forge: Specify default value for webhook-service-type. * forge/webhook.scm (webhook-service-type): Specify default value. --- forge/webhook.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forge/webhook.scm b/forge/webhook.scm index e61494b..737b9e6 100644 --- a/forge/webhook.scm +++ b/forge/webhook.scm @@ -189,4 +189,5 @@ Everything else is the responsibility of the command's author.") (webhook-configuration (inherit config) (hooks (append (webhook-configuration-hooks config) - hook-extensions))))))) + hook-extensions))))) + (default-value (webhook-configuration)))) -- cgit v1.2.3