Skip to content

Commit

Permalink
Merge pull request #301 from xhyqaq/feat/video-duration
Browse files Browse the repository at this point in the history
fix: media userId int unit -> string
  • Loading branch information
IRONICBo committed Mar 14, 2024
2 parents 907a9aa + ab1dd46 commit 1f47d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/media.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type File struct {
Id int
FileKey string
Format string
UserId int
UserId string
Size int64
CreateAt time.Time
UpdateAt time.Time
Expand Down

0 comments on commit 1f47d81

Please sign in to comment.