Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Jan 18, 2024
1 parent 5ae9fd1 commit 0f23d75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/decorators/configuration.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import { CONFIGURATION_OBJECTS_METADATA_KEY, CONFIGURATION_OBJECT_PATH_METADATA_


export function Configuration(path?: string): ClassDecorator {
console.log('🚀 ~ Configuration ~ path:', path)
return (target) => {
console.log('🚀 ~ return ~ target:', target)
Reflect.defineMetadata(CONFIGURATION_OBJECT_PATH_METADATA_KEY, path, target)

const configurations = Reflect.getMetadata(CONFIGURATION_OBJECTS_METADATA_KEY, ConfigModule) || []
Expand Down

0 comments on commit 0f23d75

Please sign in to comment.