Skip to content

Commit

Permalink
Update readable-file.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers authored Mar 21, 2024
1 parent 5d64145 commit 968d09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sp/files/readable-file.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { TimelinePipe } from "@pnp/core";
import { BlobParse, BufferParse, CacheNever, JSONParse, TextParse } from "@pnp/queryable/index.js";
import { BlobParse, BufferParse, CacheNever, JSONParse, TextParse } from "@pnp/queryable";
import { _SPInstance, SPQueryable } from "../spqueryable.js";

export class ReadableFile<T = any> extends _SPInstance<T> {
Expand Down

0 comments on commit 968d09e

Please sign in to comment.