Skip to content

Commit 6cf2f40

Browse files
committed
linted.
1 parent e37cf43 commit 6cf2f40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/stats/stats-router.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ statsRouter.get(
149149
"/dietary-restrictions",
150150
RoleChecker([Role.enum.STAFF], false),
151151
async (req, res) => {
152-
``;
153152
const { data: allRegistrations } =
154153
await SupabaseDB.REGISTRATIONS.select(
155154
"allergies, dietaryRestrictions"

0 commit comments

Comments
 (0)