Skip to content

Commit

Permalink
Update SDK Nestjs to latest version (#986)
Browse files Browse the repository at this point in the history
* removed fields interceptor

* updated sdk nestjs to latest version

* updated sdk-nestjs version
  • Loading branch information
tanghel committed Feb 28, 2023
1 parent af17f88 commit a0b50a4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@elrondnetwork/transaction-processor": "^0.1.26",
"@golevelup/nestjs-rabbitmq": "^2.2.0",
"@multiversx/sdk-data-api-client": "^0.4.4",
"@multiversx/sdk-nestjs": "^0.4.2",
"@multiversx/sdk-nestjs": "^0.4.13",
"@nestjs/apollo": "^10.1.3",
"@nestjs/common": "^9.1.4",
"@nestjs/config": "^2.2.0",
Expand Down
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ async function configurePublicApp(publicApp: NestExpressApplication, apiConfigSe
globalInterceptors.push(new LogRequestsInterceptor(httpAdapterHostService));
}

// @ts-ignore
globalInterceptors.push(new FieldsInterceptor());
// @ts-ignore
globalInterceptors.push(new ExtractInterceptor());
// @ts-ignore
Expand Down

0 comments on commit a0b50a4

Please sign in to comment.