format postkeepermanager jobs in job listing

This commit is contained in:
Albert Yi
2018-05-10 09:40:36 -07:00
parent 0ae9230caa
commit 1c76e7b5b1
2 changed files with 6 additions and 6 deletions

View File

@@ -567,7 +567,7 @@ class Post < ApplicationRecord
PostKeeperManager.check_and_assign(self, CurrentUser.id, increment_tags)
# run this again async to check for race conditions
PostKeeperManager.queue_check(self, CurrentUser.id)
PostKeeperManager.queue_check(id, CurrentUser.id)
end
end