refactor: rename imObjectContainedLogSync to objectContainedLogSync
This commit is contained in:
parent
1196cf7001
commit
45aa4b96c7
@ -58,7 +58,7 @@ export function excludeObjectSync(
|
||||
return copied
|
||||
}
|
||||
|
||||
export function imObjectContainedLogSync(
|
||||
export function objectContainedLogSync(
|
||||
ocv: any,
|
||||
options?: {
|
||||
include?: string[];
|
||||
|
@ -16,7 +16,7 @@ import {
|
||||
loggedParam,
|
||||
scopedLogger,
|
||||
} from "./reflected";
|
||||
import { imObjectContainedLogSync, getItemByPathSync } from "./internals/utils";
|
||||
import { objectContainedLogSync, getItemByPathSync } from "./internals/utils";
|
||||
import { createRouteParamDecorator } from "./internals/nest";
|
||||
import { RequestMethod } from "@nestjs/common";
|
||||
|
||||
@ -283,7 +283,7 @@ function overrideBuild<F extends Array<any>, R>(
|
||||
({ name, index, include, exclude }) =>
|
||||
name +
|
||||
"=" +
|
||||
imObjectContainedLogSync(args[index], {
|
||||
objectContainedLogSync(args[index], {
|
||||
include,
|
||||
exclude,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user