Skip to content

Commit

Permalink
format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Apr 15, 2024
1 parent cc2adb4 commit 19aa181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewares/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import passport, { use } from 'passport';
import httpStatus from 'http-status';
import { ApiError, roleUtil, pick } from '../utils';
import { Request, Response, NextFunction } from 'express';
import { communityService, platformService, moduleService } from '..//services';
import { communityService, platformService, moduleService } from '../services';
import { Types } from 'mongoose';
import { UserRole } from '../interfaces';

Expand Down

0 comments on commit 19aa181

Please sign in to comment.