Skip to content

Commit

Permalink
renamed lib to src
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Feb 24, 2020
1 parent 9559d07 commit 0bae72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/core-http/samples/node-sample.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"use strict";

import * as coreHttp from "../lib/coreHttp";
import * as coreHttp from "../src/coreHttp";
const clientOptions: coreHttp.ServiceClientOptions = {
requestPolicyFactories: [coreHttp.logPolicy()]
};
Expand Down

0 comments on commit 0bae72c

Please sign in to comment.