Skip to content

Commit

Permalink
Remove unused factory method.
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmalmgren committed Jan 11, 2018
1 parent c4deaa1 commit f5d1012
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/services/response.server.ts
Expand Up @@ -6,10 +6,6 @@ import { ResponseService } from './response.service';
@Injectable()
export class ServerResponseService extends ResponseService {

static factory(response: express.Response): ServerResponseService {
return new ServerResponseService(response);
}

constructor( @Inject(RESPONSE) private response: express.Response ) {
super();
}
Expand Down

0 comments on commit f5d1012

Please sign in to comment.