Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit d30c76c

Browse files
committed
fix typo
1 parent fddd713 commit d30c76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ router.get('/user/:user/repos', async ctx => {
5353
});
5454

5555
router.get('/user/:user/json', async ctx => {
56-
ctx.set('Content-Type', 'application/json'):
56+
ctx.set('Content-Type', 'application/json');
5757

5858
const raw = await rclone.cat(`${pathing.encode(ctx.params.user)}.json`);
5959

0 commit comments

Comments
 (0)