Commit 7fc36780 authored by Rajendra Kadam's avatar Rajendra Kadam

Fix a small typo

parent a37843d1
......@@ -8,7 +8,7 @@ module API
namespace 'usage_data' do
before do
forbidden!('Invalid CSRF token is provided') unlss verified_request?
forbidden!('Invalid CSRF token is provided') unless verified_request?
end
desc 'Get Non SQL usage ping metrics' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment