@epip/crud
Advanced tools
Comparing version 1.0.54 to 1.0.55
@@ -5,2 +5,3 @@ import { to } from "await-to-js"; | ||
import { Request } from "express"; | ||
import { Req } from "@nestjs/common"; | ||
@@ -10,3 +11,3 @@ export class BaseService<T> { | ||
public async getAll(req: Request): Promise<IResponseAll<T>> { | ||
public async getAll(@Req() req: Request): Promise<IResponseAll<T>> { | ||
const [err, results] = await to(this.repo.find({ | ||
@@ -13,0 +14,0 @@ where:{ |
{ | ||
"name": "@epip/crud", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
258756
910