You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
i have a simple crud repo with 2 methods, findById(String id) and deleteById(String id)
findById(String id) works as expected, returning the document with the given id.
deleteById(String id) errors with a not found error, even when called with the same argument passed to findById which succeeded one line earlier
i have a simple crud repo with 2 methods, findById(String id) and deleteById(String id)
findById(String id) works as expected, returning the document with the given id.
deleteById(String id) errors with a not found error, even when called with the same argument passed to findById which succeeded one line earlier