Skip to content

Commit

Permalink
Update stream.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers authored Feb 23, 2022
1 parent 9b7b874 commit 7ca5bba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nodejs/sp-extensions/stream.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { getGUID, isFunc } from "@pnp/core/util";
import { headers } from "@pnp/queryable";
import { File, Files, IFile, IFileAddResult, IFileInfo, IFiles, IFileUploadProgressData } from "@pnp/sp/files";
import { spPost } from "@pnp/sp/operations";
import { ReadStream } from "fs";
import { PassThrough } from "stream";
import { extendFactory } from "@pnp/core";
import { extendFactory, getGUID, isFunc } from "@pnp/core";
import { odataUrlFrom, escapeQueryStrValue } from "@pnp/sp";
import { StreamParse } from "../behaviors/stream-parse.js";

Expand Down

0 comments on commit 7ca5bba

Please sign in to comment.