Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 19, 2025
1 parent aaeab62 commit 0e6a088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/apps/ts/redisapp-ts/app/controller/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export default class HomeController extends Controller {
const { ctx,app } = this;
const redis = app.redis
await redis.set('foo', 'bar');
ctx.body = await redis.get('foo');
ctx.body = await redis.get('foo');
}
}

0 comments on commit 0e6a088

Please sign in to comment.