mirror of
https://github.com/strapi/strapi.git
synced 2025-12-14 00:29:32 +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,
|
buffer,
|
||||||
mime: stream.type,
|
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