Skip to content

Commit bbe06db

Browse files
jdegandgeromegrignon
authored andcommitted
fix: remove unused getQuery import
1 parent 7606f69 commit bbe06db

File tree

1 file changed

+1
-1
lines changed
  • angular-hub/src/server/routes/v1/events/callforpapers

1 file changed

+1
-1
lines changed

angular-hub/src/server/routes/v1/events/callforpapers/index.get.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineEventHandler, getQuery } from 'h3';
1+
import { defineEventHandler } from 'h3';
22
import communities from '../../../../../public/assets/data/community.json';
33
import { Community } from '../../../../../models/community.model';
44
import { CommunityListSchema } from '../../../../schemas/community.schema';

0 commit comments

Comments
 (0)