Explorar el Código

Fix for service error

master
Adwaith Rao hace 6 años
padre
commit
22352a95cc
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      src/app/models/mall.ts

+ 1
- 3
src/app/models/mall.ts Ver fichero

@@ -2,7 +2,7 @@ import Offer from '../models/offer';
import { CoOrdinates } from '../shared/common-types';
import { IOutlet } from '../models/outlet';

class Mall {
export default class Mall {
id: string;
name: string;
is_bookmarked: boolean;
@@ -84,5 +84,3 @@ export interface IMall {
location: CoOrdinates;
address: string;
}

export default Mall;

Cargando…
Cancelar
Guardar