Skip to content

Commit

Permalink
fix user
Browse files Browse the repository at this point in the history
  • Loading branch information
NoodleOfDeath committed Jan 28, 2024
1 parent e7b6886 commit f0a8d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/src/api/v1/schema/user/User.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
MetricsRequest,
MetricsResponse,
} from '../../controllers/types';
import { AuthError } from '../../middleware';
import { AuthError, Request as ExpressRequest } from '../../middleware';
import {
Achievement,
Achievements,
Expand Down

0 comments on commit f0a8d97

Please sign in to comment.