This commit is contained in:
2025-05-19 20:25:53 +02:00
parent 234323c766
commit 0a76c5feca
4 changed files with 99 additions and 59 deletions

View File

@@ -78,7 +78,7 @@ type (
}
)
func Init() *TicktickUtilImpl { // TODO: Will modify Init to a proper behavior
func Init() TicktickUtil { // 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..")