Skip to content

Check presence of fingerprint before normalising

paz requested to merge check-presence-before-normalizing-fingerprint into master

Otherwise the following error is thrown, when fingerprint is nil:

NoMethodError: undefined method `gsub' for nil:NilClass

Merge request reports