diff --git a/app/models/communication/website.rb b/app/models/communication/website.rb index 91802fe1f80aca88bf565b8fd66f68288e58d767..a63a74ab7978cdbc0f120082bfe20268e8a2c1d3 100644 --- a/app/models/communication/website.rb +++ b/app/models/communication/website.rb @@ -159,9 +159,6 @@ class Communication::Website < ApplicationRecord recursive_dependencies(syncable_only: true, follow_direct: true).each do |object| Communication::Website::GitFile.sync website, object end - references.each do |object| - Communication::Website::GitFile.sync website, object - end git_repository.sync! end