mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Correct deprecation id for discovery-controller-shims (#24671)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user