Skip to content

Commit

Permalink
πŸ› change data structure, embedding target
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Oct 11, 2024
1 parent 58ec2fa commit c82bc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package model
import "time"

type User struct {
Target
LINEID string `firestore:"line_id"`
Target Target `firestore:"target"`
AddDate time.Time `firestore:"add_date"`
}

Expand Down

0 comments on commit c82bc8a

Please sign in to comment.