Skip to content

Commit

Permalink
blog: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Nov 6, 2023
1 parent 7dc109e commit 51aca27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phoenix-blog/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { index } from './routes';
import { page } from './routes/page';

const app = new Hono<{ Bindings: Bindings; Variables: Variables }>();
const etagsCache = new Map<string, string>();

app.use('*', async (ctx, next) => {
ctx.res.headers.set('X-Robots-Tag', 'noindex');
Expand Down

0 comments on commit 51aca27

Please sign in to comment.