fixed lint errors

This commit is contained in:
William Welling
2017-09-29 13:07:20 -05:00
parent aa934383ef
commit dbb13539f9
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import { GenericConstructor } from '../../shared/generic-constructor';
import { getMapsTo, getRelationMetadata, getRelationships } from './build-decorators';
import { NormalizedObjectFactory } from '../models/normalized-object-factory';
import { RestRequest } from '../../data/request.models';
import { PageInfo } from "../../shared/page-info.model";
import { PageInfo } from '../../shared/page-info.model';
@Injectable()
export class RemoteDataBuildService {