Skip to content

Commit

Permalink
Update server/api/review-tags/index.get.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 authored Sep 16, 2024
1 parent b292dde commit 01e35bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/api/review-tags/index.get.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { type ReviewTag } from '../../db/schema';
import authenticateAdminRequest from '../../utils/admin';

export default defineEventHandler(async (event) => {
await authenticateAdminRequest(event);

Check failure on line 4 in server/api/review-tags/index.get.ts

View workflow job for this annotation

GitHub Actions / lint

Cannot find name 'authenticateAdminRequest'.
Expand Down

0 comments on commit 01e35bb

Please sign in to comment.