Skip to content
Snippets Groups Projects
Commit 5db1b81e authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

u

parent 1930db21
No related branches found
No related tags found
No related merge requests found
package services package services
import ( import (
"fmt"
"time" "time"
"github.com/tgs266/dawn-go-common/common" "github.com/tgs266/dawn-go-common/common"
...@@ -19,7 +18,6 @@ func GetGddValues(ctx common.DawnCtx, request models.GddRequest) models.GddRespo ...@@ -19,7 +18,6 @@ func GetGddValues(ctx common.DawnCtx, request models.GddRequest) models.GddRespo
if request.PlantingDate.Year() == time.Now().Year() { if request.PlantingDate.Year() == time.Now().Year() {
gdds = persistence.CurrentGddFindFirstByYearAndLocation(ctx, request.BuildLocation()) gdds = persistence.CurrentGddFindFirstByYearAndLocation(ctx, request.BuildLocation())
} else if request.PlantingDate.Year() > time.Now().Year() { } else if request.PlantingDate.Year() > time.Now().Year() {
fmt.Println("yooooo")
return models.GddResponse{ return models.GddResponse{
Product: product.Name, Product: product.Name,
ClosestLatitude: request.Latitude, ClosestLatitude: request.Latitude,
......
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