Skip to content

Commit

Permalink
fix(page): do not update Rollup properties (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosimao authored Aug 2, 2023
1 parent ae39b05 commit d3343f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pages/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public function update(Page $page): Page
PropertyType::CreatedTime,
PropertyType::LastEditedBy,
PropertyType::LastEditedTime,
PropertyType::Rollup,
PropertyType::UniqueId,
];
$updatableProps = array_filter(
Expand Down

0 comments on commit d3343f6

Please sign in to comment.