Fix variable name
This commit is contained in:
@@ -112,7 +112,7 @@ func UploadSheet(c *gin.Context) {
|
||||
FilePath: filePath,
|
||||
FileSize: fileInfo.Size(),
|
||||
FileHash: fileHash,
|
||||
ComposerID: composer.Uuid,
|
||||
ComposerId: composer.Uuid,
|
||||
CreatedAt: time.Now(),
|
||||
UpdatedAt: time.Now(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user