Skip to content

Commit 0e6a088

Browse files
committed
f
1 parent aaeab62 commit 0e6a088

File tree

1 file changed

+1
-1
lines changed
  • test/fixtures/apps/ts/redisapp-ts/app/controller

1 file changed

+1
-1
lines changed

test/fixtures/apps/ts/redisapp-ts/app/controller/home.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export default class HomeController extends Controller {
1111
const { ctx,app } = this;
1212
const redis = app.redis
1313
await redis.set('foo', 'bar');
14-
ctx.body = await redis.get('foo');
14+
ctx.body = await redis.get('foo');
1515
}
1616
}

0 commit comments

Comments
 (0)