5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 06:24:17 +00:00

feat: reindexar los cambios luego de traerlos #13780

This commit is contained in:
f 2023-09-27 16:47:00 -03:00
parent 85e528e660
commit b119cba7e1
No known key found for this signature in database

View file

@ -10,5 +10,6 @@ class GitPullJob < ApplicationJob
return unless site.repository.fetch.positive?
site.repository.merge(usuarie)
site.reindex_changes!
end
end