spring-bot
                                
                                
                                
                                    spring-bot copied to clipboard
                            
                            
                            
                        250: adding a temporary change in reminderController
its my first contribution just tried to fix the issue by
-In the addreminder method, before adding a new reminder, ichecked if the Reminder has a valid time in the future.
-removed reminders from the list that have a localTime before the current time (LocalDateTime.now())
(i am a beginner at this let me know about it.)