Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz committed Feb 2, 2022
1 parent 81d557b commit 1ecf661
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/services/nft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { decryptCookie, TIME_BETWEEN_SAME_USER_VIEWS } from "../../utils";
import { canAddToSeriesQuery, addCategoriesNFTsQuery, getHistoryQuery, getSeriesStatusQuery, NFTBySeriesQuery, NFTQuery, NFTsQuery, statNFTsUserQuery, getTotalOnSaleQuery, likeUnlikeQuery } from "../validators/nftValidators";
import CategoryModel from "../../models/category";
import { ICategory } from "../../interfaces/ICategory";
import { INftLike } from "src/interfaces/INftLikee";
import { INftLike } from "src/interfaces/INftLike";

const indexerUrl = process.env.INDEXER_URL || "https://indexer.chaos.ternoa.com";

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/models/nftLike.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mongoose, {AggregatePaginateModel} from "mongoose";
import { INftLike } from "../interfaces/INftLikee";
import { INftLike } from "../interfaces/INftLike";
import aggregatePaginate from "mongoose-aggregate-paginate-v2";

const NftLike = new mongoose.Schema({
Expand Down

0 comments on commit 1ecf661

Please sign in to comment.