Move to next card after removing from storage
This commit is contained in:
parent
86200a9afc
commit
d89716be4b
|
@ -111,6 +111,7 @@ func MainCliLoop(db *sql.DB) {
|
|||
|
||||
if todo == "r" {
|
||||
logic.RemoveFromStorage(db, location)
|
||||
break
|
||||
} else if todo == "n" {
|
||||
break
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue