Skip to content

Commit

Permalink
remove a variable not used
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-pages committed Oct 22, 2024
1 parent 4cb4aa7 commit 225e088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/activity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ImageType } from '../../types/story.type';
import { Activity } from '../entities/activity';
import { Game } from '../entities/game';
import { Image } from '../entities/image';
import { UserType, User } from '../entities/user';
import { UserType } from '../entities/user';
import { VillagePhase } from '../entities/village';
import { getActivities, getActivitiesCommentCount } from '../manager/activity';
import { AppError, ErrorCode } from '../middlewares/handleErrors';
Expand Down

0 comments on commit 225e088

Please sign in to comment.