From 56d091456893a63717741e66ecc489c7f059091f Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 1 Feb 2023 10:06:32 +0100 Subject: [PATCH] init --- handlers/application/agenda.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/handlers/application/agenda.go b/handlers/application/agenda.go index f9395a4..eaafbac 100644 --- a/handlers/application/agenda.go +++ b/handlers/application/agenda.go @@ -338,3 +338,6 @@ func contains(s []*agenda.Subscription, e string) bool { // } // return false // } + + +//test \ No newline at end of file