chore: add referral logic to first payment

This commit is contained in:
mahyargdz
2025-04-15 14:54:33 +03:30
parent a5976a3377
commit bd4d9dbf0d
7 changed files with 92 additions and 8 deletions
@@ -31,6 +31,8 @@ export class BlogsRepository extends Repository<Blog> {
content: true,
tags: true,
viewCount: true,
isActive: true,
isPinned: true,
category: {
id: true,
title: true,