Skip to content
Snippets Groups Projects

AWS Lambda

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -115,6 +115,8 @@ public final class HazardService {
.imts(request.imts)
.build();
LOG.info(config.toString());
Location loc = Location.create(request.longitude, request.latitude);
Site site = Sites.locationToSite(loc, model.siteData(), OptionalDouble.of(request.vs30));
Loading