Fix incorrect error message (#10850)

Fix #10833
This commit is contained in:
Félix Malfait
2025-03-13 14:12:33 +01:00
committed by GitHub
parent da4eb1e7d2
commit 2ca0dc243a

View File

@ -96,7 +96,7 @@ export class WorkspaceDatasourceFactory {
if (!cachedObjectMetadataMaps) {
throw new TwentyORMException(
`Workspace Schema not found for workspace ${workspaceId}`,
`Object metadata collection not found for workspace ${workspaceId}`,
TwentyORMExceptionCode.METADATA_COLLECTION_NOT_FOUND,
);
}