Remove rate time

This commit is contained in:
Roba Boru
2026-07-14 10:46:27 +03:00
parent e7aed5a6e4
commit 7cb6d028cf
11 changed files with 1 additions and 79 deletions

View File

@@ -10,7 +10,6 @@ import {
Query,
} from "@nestjs/common";
import { ApiTags, ApiOperation, ApiBearerAuth } from "@nestjs/swagger";
import { Throttle } from "@nestjs/throttler";
import { WalletService } from "./wallet.service";
import { JwtGuard } from "../../common/jwt.guard";