Add more tests for ha
All checks were successful
Run short tests / run-tests (push) Successful in 1m1s
All checks were successful
Run short tests / run-tests (push) Successful in 1m1s
This commit is contained in:
@@ -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..")
|
||||
|
||||
Reference in New Issue
Block a user