Skip to content

Commit

Permalink
fix(pallets): deprecation warning adjustment (#973)
Browse files Browse the repository at this point in the history
* fix(pallets): deprecation warning

* Update src/controllers/pallets/PalletsStorageController.ts

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
  • Loading branch information
TarikGul and niklasad1 committed Jun 28, 2022
1 parent 857a066 commit 5514631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/pallets/PalletsStorageController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class PalletsStorageController extends AbstractController<Pallets

this.initRoutes();
this.deprecationMsg =
'The adjustMetadataV13 query parameter is deprecated and will be removed in v12 of sidecar';
'The adjustMetadataV13 query parameter has been deprecated. It will still be available to use for historic blocks.';
}

protected initRoutes(): void {
Expand Down

0 comments on commit 5514631

Please sign in to comment.