Commit 7837e86
committed
fix: correct buffer variable name and update thumbnail background color generation
- Renamed 'fileData' to 'fileBuffer' for clarity in the UploadSongDto structure.
- Changed the method for generating the thumbnail background color from 'faker.internet.color()' to 'faker.color.rgb({ format: 'hex' })' for improved color accuracy.1 parent ebf4290 commit 7837e86
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments