Compare commits

..
Author SHA1 Message Date
phoenix ec95780487 bump: textsender-models
Go Release / build-and-release (pull_request) Successful in 6s
Go CI / Test and Lint (pull_request) Successful in 7s
Go CI / Test and Lint (push) Successful in 17s
2026-05-27 22:57:50 -04:00
phoenix dc2eeb3bf8 go fmt 2026-05-27 22:56:52 -04:00
3 changed files with 31 additions and 32 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
run: | run: |
echo "Creating version" echo "Creating version"
VERSION="0.2.2" VERSION="0.2.3"
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10) PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${{ gitea.ref }}" BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3) BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)
-1
View File
@@ -7,7 +7,6 @@ import (
"github.com/google/uuid" "github.com/google/uuid"
) )
type UserProfile struct { type UserProfile struct {
UserId uuid.UUID `json:"user_id"` UserId uuid.UUID `json:"user_id"`
PhoneNumber string `json:"phone_number"` PhoneNumber string `json:"phone_number"`