Skip to content

Commit b1129ca

Browse files
authored
Merge pull request #247 from performant-software/feature/cdp246_labels
CDP #246 - Static site labels
2 parents 6a2e4c6 + 7311a13 commit b1129ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loaders/coreData/helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import config from '@config';
2-
import { LoaderContext } from 'astro/dist/content/loaders';
2+
import type { LoaderContext } from 'astro/loaders';
33
import _ from 'underscore';
44

55
const RELATIONSHIP_ATTRIBUTES = [
66
'uuid',
7-
'project_model_relationship_id',
7+
'project_model_relationship_uuid',
88
'project_model_relationship_inverse'
99
];
1010

0 commit comments

Comments
 (0)