Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZelvaMan committed Jun 22, 2024
1 parent 015dcf3 commit 93333b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/routines.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func doGetRoutines() error {
log.Printf("Saving %d routines...", len(routines))

// TODO show what routines changed
// TODO remove specific name

err = dbGen.SaveRoutinesFile(routines, config)
if err != nil {
Expand Down

0 comments on commit 93333b9

Please sign in to comment.