Skip to content

Commit

Permalink
Refactor AssetManager constructor signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 committed Dec 4, 2023
1 parent 14eecd8 commit b4cdf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb/src/replay/assets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class AssetManager implements RebuildAssetManagerInterface {
> = new Map();
private config: captureAssetsParam | undefined;

constructor(config: captureAssetsParam | undefined) {
constructor(config?: captureAssetsParam | undefined) {
this.config = config;
}

Expand Down

0 comments on commit b4cdf47

Please sign in to comment.