Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mizanmahi committed Oct 7, 2024
1 parent 90998a3 commit 869e286
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/modules/Admin/admin.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
IPaginationParams,
ISortingParams,
} from '../../interfaces/paginationSorting';
import { IUserFilterParams } from '../userssss/user.interface';
import { IUserFilterParams } from '../user/user.interface';
import { generatePaginateAndSortOptions } from '../../../helpers/paginationHelpers';
import { searchableFields } from './admin.constants';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/routes/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import express from 'express';
import { userRoutes } from '../modules/userssss/user.routes';
import { userRoutes } from '../modules/user/user.routes';
import { AdminRoutes } from '../modules/admin/admin.routes';
import { authRoutes } from '../modules/auth/auth.routes';

Expand Down

0 comments on commit 869e286

Please sign in to comment.