Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
tnsoftbear committed Aug 16, 2024
1 parent f6265f2 commit e4b4331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: --debug

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down
1 change: 1 addition & 0 deletions internal/app/action/loading.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func FindParcelLockersByCustomerId(
ctx.JSON(http.StatusInternalServerError, gin.H{"id": id, "message": err.Error()})
return
}

ctx.JSON(http.StatusOK, gin.H{"parcel_lockers": parcel_lockers})
}
}

0 comments on commit e4b4331

Please sign in to comment.