FIX merge bug

This commit is contained in:
Jasder 2020-06-30 11:16:56 +08:00
commit e0e09d90d8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module ProjectsHelper
mirror_status: repo.mirror_status,
mirror_num: repo.mirror_num,
mirror_url: repo.mirror_url,
first_sync: repo.first_sync?,
first_sync: repo.first_sync?
})
end