Fix "ArgumentError - wrong number of arguments" during tagging.

This commit is contained in:
evazion
2018-04-05 13:27:37 -05:00
parent e006380567
commit 14977397fb

View File

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