Skip to content
Snippets Groups Projects
Commit 65d0e818 authored by Rhys Evans's avatar Rhys Evans
Browse files

Commiting to update branch with main

parent fd48eeaa
No related branches found
No related tags found
1 merge request!42Resolve "As a site administrator I want to be able to review submitted trail checkpoints by business owners, so that they might be added to the existing trails
......@@ -97,6 +97,7 @@ public class LocationRepositoryJDBC implements LocationRepository {
public int nametoLocationID(String name){
int locationID = jdbc.queryForObject("SELECT locationID FROM locations WHERE locationName=?", Integer.class, name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment