Syntax Error: Unexpected token (117:24) 115 | }; 116 | if(this.defaultSuggestion) { > 117 | prefetch = {...prefetch, transform: this.transformer}; | ^ 118 | } 119 | bloodhoundConfig = { prefetch}; 120 | }
Syntax Error: Unexpected token (117:24)
115 | };
116 | if(this.defaultSuggestion) {