DEV: Correct deprecation id for discovery-controller-shims (#24671)

This commit is contained in:
David Taylor 2023-12-01 19:11:48 +00:00 committed by GitHub
parent fb06cd6712
commit aba3acf4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function ControllerShim(resolverName, deprecationId) {
deprecated(
`${resolverName} no longer exists, and this shim will eventually be removed. To fetch information about the current discovery route, use the discovery service instead.`,
{
deprecationId,
id: deprecationId,
}
);
}