So, this arguments is a bug? ``` def follow_request_sent_to_me(follower) message = "#{follower.username} has sent you a follow request" NotificationJob.perform_later(id, message) end ``` 