Nuno Ribeiro

Results 2 issues of Nuno Ribeiro

Hi, I'am having a error when executing my code after adding the decorator to a class. ! TypeError: Reflect.defineMetadata is not a function at D:\Wiredkode\Projects\Covid19NeuroTracking\Functions\functions\node_modules\class-logger\dist\src\log-class.decorator.js:7:13 at __decorate (D:\Wiredkode\Projects\Covid19NeuroTracking\Functions\functions\lib\controlers\UsersController.js:5:95) at Object....

Hi, I try to use getfilter and is not working. Looking into the code I notice that makeAgileUri call should be makeUri instead getFilter(filterId) { return this.doRequest(this.makeRequestHeader(this.**makeAgileUri**({ pathname: `/filter/${filterId}`, })));...