Skip to content

Commit

Permalink
fix: LC-61 move pagination.ts to common folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbilka committed Aug 14, 2024
1 parent 98301eb commit a8aa9d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/categories/categories.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
addPagination,
DEFAULT_PAGE_SIZE,
getSortOptions,
} from "src/utils/pagination";
} from "src/common/pagination";

@Injectable()
export class CategorieService {
Expand Down
File renamed without changes.

0 comments on commit a8aa9d9

Please sign in to comment.