Skip to content

Commit a24344d

Browse files
committed
feat(notion): remove temporarly support for rollup property
1 parent a8a3b24 commit a24344d

File tree

1 file changed

+0
-2
lines changed
  • packages/@contentlayer/source-notion/src/mapping

1 file changed

+0
-2
lines changed

packages/@contentlayer/source-notion/src/mapping/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { fieldPeople } from './field-people.js';
1717
import { fieldPhoneNumber } from './field-phone-number.js';
1818
import { fieldRelation } from './field-relation.js';
1919
import { fieldRichText } from './field-rich-text.js';
20-
import { fieldRollup } from './field-rollup.js';
2120
import { fieldSelect } from './field-select.js';
2221
import { fieldStatus } from './field-status.js';
2322
import { fieldTitle } from './field-title.js';
@@ -69,7 +68,6 @@ const FieldMapping: FieldMappingType = {
6968
'created_by': fieldCreatedBy,
7069
'formula': fieldFormula,
7170
'relation': fieldRelation,
72-
'rollup': fieldRollup,
7371
}
7472

7573
export const getFieldFunctions = <

0 commit comments

Comments
 (0)