mirror of
https://github.com/discourse/discourse.git
synced 2025-05-19 14:23:11 +08:00
DEV: Correct deprecation id for discovery-controller-shims (#24671)
This commit is contained in:
parent
fb06cd6712
commit
aba3acf4cc
@ -11,7 +11,7 @@ function ControllerShim(resolverName, deprecationId) {
|
|||||||
deprecated(
|
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.`,
|
`${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,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user