Skip to content

Commit 4a9c460

Browse files
committed
style: eslint test
1 parent b138502 commit 4a9c460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controller/blog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Condition from '../lib/condition';
55
export default class BlogController extends Controller {
66

77
public async home(ctx: Context) {
8-
await ctx.render('blog.js', { url: ctx.url });
8+
await ctx.render('blog.js', { url: ctx.url })
99
}
1010

1111
public async list(ctx: Context) {

0 commit comments

Comments
 (0)