wip
This commit is contained in:
@@ -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..")
|
||||
|
||||
Reference in New Issue
Block a user