chore: removing stripFirstDirectory it's not needed
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -55,7 +55,6 @@ export class DefaultReadTreeResponseFactory implements ReadTreeResponseFactory {
|
||||
this.workDir,
|
||||
options.etag,
|
||||
options.filter,
|
||||
options.stripFirstDirectory,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -182,9 +182,6 @@ export type ReadTreeResponseFactoryOptions = {
|
||||
etag: string;
|
||||
// Filter passed on from the ReadTreeOptions
|
||||
filter?: (path: string, info?: { size: number }) => boolean;
|
||||
|
||||
// Strip the first directory in the readTree response
|
||||
stripFirstDirectory?: boolean;
|
||||
};
|
||||
|
||||
/** @public */
|
||||
|
||||
Reference in New Issue
Block a user