Add more tests for ha
All checks were successful
Run short tests / run-tests (push) Successful in 1m1s

This commit is contained in:
2024-10-23 13:53:29 +02:00
parent 2a1a40f75f
commit 234323c766
6 changed files with 128 additions and 22 deletions

View File

@@ -78,7 +78,7 @@ type (
}
)
func Init() *TicktickUtilImpl {
func Init() *TicktickUtilImpl { // TODO: Will modify Init to a proper behavior
ticktickUtilImpl := &TicktickUtilImpl{}
if !viper.InConfig("ticktick.clientId") {
slog.Error("TickTick clientId not found in config file, exiting..")