From: Anton Khorev Date: Fri, 14 Feb 2025 22:20:06 +0000 (+0300) Subject: Remove current_user branch from ApiController#deny_access X-Git-Tag: live~313^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/03867e2fee60ffbfca44fc971605272d4d04582f?hp=03867e2fee60ffbfca44fc971605272d4d04582f Remove current_user branch from ApiController#deny_access Unreachable because if there's no doorkeeper_token, there's also no current_user. ---