Skip to content
Snippets Groups Projects
Commit e4789cdf authored by http://jneen.net/'s avatar http://jneen.net/
Browse files

add a comment warning that note.project may be nil

parent 273cd9c3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -252,6 +252,10 @@ module NotificationRecipientService
note.noteable
end
 
# NOTE: may be nil, in the case of a PersonalSnippet
#
# (this is okay because NotificationRecipient is written
# to handle nil projects)
def project
note.project
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment