diff --git a/example/src/app/app.component.ts b/example/src/app/app.component.ts
index 0ca29b1f1ac9d742dfe9ddb45d4d822ac3dc5375..d478c87faf4734b3fb96470ebda1b996b65e982d 100644
--- a/example/src/app/app.component.ts
+++ b/example/src/app/app.component.ts
@@ -13,7 +13,7 @@ import * as deagg from '../assets/deagg.json';
 export class AppComponent implements AfterViewInit {
   title = 'Disaggregation';
 
-  data = deagg.response.pop() as any as nshmpHaz.disaggService.DisaggResponseData;
+  data = deagg.response as nshmpHaz.disaggService.DisaggResponseData;
 
   @ViewChild('example')
   el: ElementRef<HTMLElement>;