changes requested in review
This commit is contained in:
parent
ff9a107a29
commit
ebbf06787c
2 changed files with 3 additions and 3 deletions
|
@ -29,8 +29,8 @@ module.exports = async function(req, res) {
|
|||
const ttl = await storage.ttl(id);
|
||||
res.send({
|
||||
metadata: meta.metadata,
|
||||
dtotal: meta.dl,
|
||||
dlimit: meta.dlimit,
|
||||
dtotal: +meta.dl,
|
||||
dlimit: +meta.dlimit,
|
||||
size,
|
||||
ttl
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue