Skip to content

Commit

Permalink
fix(http): remove const enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Netanel Basal committed Apr 17, 2018
1 parent 6366d87 commit cf90619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/src/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { HttpClient } from '@angular/common/http';
import { Provider, Type } from '@angular/core';
import { SpyObject } from './mock';

export const enum HTTPMethod {
export enum HTTPMethod {
GET = 'GET',
POST = 'POST',
DELETE = 'DELETE',
Expand Down

0 comments on commit cf90619

Please sign in to comment.