chore: removing stripFirstDirectory it's not needed

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-09-08 11:00:59 +02:00
parent a316cd838d
commit e7b596fdae
2 changed files with 0 additions and 4 deletions
@@ -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 */