File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/@contentlayer/source-notion/src/mapping Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import { fieldPeople } from './field-people.js';
17
17
import { fieldPhoneNumber } from './field-phone-number.js' ;
18
18
import { fieldRelation } from './field-relation.js' ;
19
19
import { fieldRichText } from './field-rich-text.js' ;
20
- import { fieldRollup } from './field-rollup.js' ;
21
20
import { fieldSelect } from './field-select.js' ;
22
21
import { fieldStatus } from './field-status.js' ;
23
22
import { fieldTitle } from './field-title.js' ;
@@ -69,7 +68,6 @@ const FieldMapping: FieldMappingType = {
69
68
'created_by' : fieldCreatedBy ,
70
69
'formula' : fieldFormula ,
71
70
'relation' : fieldRelation ,
72
- 'rollup' : fieldRollup ,
73
71
}
74
72
75
73
export const getFieldFunctions = <
You can’t perform that action at this time.
0 commit comments