We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a2e4c6 + 7311a13 commit b1129caCopy full SHA for b1129ca
src/loaders/coreData/helpers.ts
@@ -1,10 +1,10 @@
1
import config from '@config';
2
-import { LoaderContext } from 'astro/dist/content/loaders';
+import type { LoaderContext } from 'astro/loaders';
3
import _ from 'underscore';
4
5
const RELATIONSHIP_ATTRIBUTES = [
6
'uuid',
7
- 'project_model_relationship_id',
+ 'project_model_relationship_uuid',
8
'project_model_relationship_inverse'
9
];
10
0 commit comments