Advertisement
MastroPino

Untitled

Jul 10th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. : Compiled successfully.
  2.  
  3. ERROR in src/app/services/accommodation.service.ts:260:29 - error TS2339: Property 'medias' does not exist on type '{ production: boolean; users: string; accommodations: string; designSystem: string; }'.
  4.  
  5. 260 const api = environment.medias + '/upload/';
  6. ~~~~~~
  7. src/app/services/accommodation.service.ts:280:29 - error TS2339: Property 'medias' does not exist on type '{ production: boolean; users: string; accommodations: string; designSystem: string; }'.
  8.  
  9. 280 const api = environment.medias + '/delete/';
  10. ~~~~~~
  11. src/app/services/accommodation.service.ts:300:29 - error TS2339: Property 'medias' does not exist on type '{ production: boolean; users: string; accommodations: string; designSystem: string; }'.
  12.  
  13. 300 const api = environment.medias + '/copy/';
  14. ~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement