Fix variable name

This commit is contained in:
2026-01-23 22:47:21 +01:00
parent 948bffa88b
commit ee733911d3

View File

@@ -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(),
}