NestJS - Guards
Why does this guard fail to read metadata?
Given that the metadata was set on the method using
const roles = this.reflector.get('roles', context.getClass());
Given that the metadata was set on the method using
@SetMetadata('roles', ['admin']).