fix: lint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-04-08 13:22:45 +02:00
parent d2317b9531
commit af3b0bbea1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 3 deletions

View File

@ -17,16 +17,17 @@
package handler
import (
"encoding/json"
"fmt"
"code.vikunja.io/api/pkg/config"
"code.vikunja.io/api/pkg/events"
"code.vikunja.io/api/pkg/log"
"code.vikunja.io/api/pkg/modules/migration"
"code.vikunja.io/api/pkg/notifications"
"encoding/json"
"fmt"
"github.com/getsentry/sentry-go"
"github.com/ThreeDotsLabs/watermill/message"
"github.com/getsentry/sentry-go"
)
func RegisterListeners() {