Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Feb 14, 2019
1 parent 07376e9 commit 5c35f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -63,7 +63,7 @@ app.use(async (ctx, next) => {
await download(url, path.join(__dirname, filePath));
}

const { size } = await stat(filePath);
const {size} = await stat(filePath);

await redis.incrby('cdndata', size);

Expand Down

0 comments on commit 5c35f8e

Please sign in to comment.