Skip to content

Commit

Permalink
fix(common): fix http status enum #7150
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed May 18, 2021
1 parent fcc71ad commit 8ef6c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/enums/http-status.enum.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const enum HttpStatus {
export enum HttpStatus {
CONTINUE = 100,
SWITCHING_PROTOCOLS = 101,
PROCESSING = 102,
Expand Down

0 comments on commit 8ef6c42

Please sign in to comment.