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

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,
}
);
}