Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Resolved the error
Browse files Browse the repository at this point in the history
Signed-off-by: Megha Kumari <meghajais.mj@hotmail.com>
  • Loading branch information
bijjybox committed Feb 25, 2020
1 parent d9e0ec4 commit ae326ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

export * from "./src/client/types/HTTPVerb";
export * from "./src/client/doc/IHeaderContent";
export * from "./src/client/doc/IRestOptions"
export * from "./src/client/doc/IRestOptions";
export * from "./src/client/Headers";
export * from "./src/client/AbstractRestClient";
export * from "./src/client/RestClient";
Expand Down

0 comments on commit ae326ef

Please sign in to comment.