Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tested in [Samba](https://github.com/grottopress/samba): ``` Showing last frame. Use --error-trace for full trace. There was a problem expanding macro 'included' Code in macro 'included' 20 | include Shield::NotifyOauthAccessTokenIfSet ^ Called macro defined in lib/shield/src/shield/operations/mixins/notify_oauth_access_token_if_set.cr:2:3 2 | macro included Which expanded to: > 5 | bearer_login = BearerLoginQuery.preload_oauth_client(bearer_login) > 6 | > 7 | return unless bearer_login.user.settings.oauth_access_token_notify? ^------------------------- Error: undefined method 'oauth_access_token_notify?' for UserSettings ```
- Loading branch information