We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaeab62 commit 0e6a088Copy full SHA for 0e6a088
test/fixtures/apps/ts/redisapp-ts/app/controller/home.ts
@@ -11,6 +11,6 @@ export default class HomeController extends Controller {
11
const { ctx,app } = this;
12
const redis = app.redis
13
await redis.set('foo', 'bar');
14
- ctx.body = await redis.get('foo');
+ ctx.body = await redis.get('foo');
15
}
16
0 commit comments