We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a3b24 commit a24344dCopy full SHA for a24344d
packages/@contentlayer/source-notion/src/mapping/index.ts
@@ -17,7 +17,6 @@ import { fieldPeople } from './field-people.js';
17
import { fieldPhoneNumber } from './field-phone-number.js';
18
import { fieldRelation } from './field-relation.js';
19
import { fieldRichText } from './field-rich-text.js';
20
-import { fieldRollup } from './field-rollup.js';
21
import { fieldSelect } from './field-select.js';
22
import { fieldStatus } from './field-status.js';
23
import { fieldTitle } from './field-title.js';
@@ -69,7 +68,6 @@ const FieldMapping: FieldMappingType = {
69
68
'created_by': fieldCreatedBy,
70
'formula': fieldFormula,
71
'relation': fieldRelation,
72
- 'rollup': fieldRollup,
73
}
74
75
export const getFieldFunctions = <
0 commit comments