mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Signed-off-by: Edaly Ahmed <ahmed.edaly@oyez.fr>
removing unecessary cast
This commit is contained in:
parent
129edd66ee
commit
899ecb32a5
@ -50,7 +50,7 @@ module.exports = {
|
||||
: '',
|
||||
buffer,
|
||||
mime: stream.type,
|
||||
size: parseFloat((stream.size / 1000).toFixed(2)),
|
||||
size: (stream.size / 1000).toFixed(2),
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user