Skip to content

Commit

Permalink
Update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Aug 6, 2024
1 parent 4b309e5 commit b496455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export class DataPackage {

const uid = opts.uid ?? randomUUID();

this.#addContent(`${uid}/${opts.name}`, attachment || uid, opts.name, opts.ignore);
this.#addContent(`${uid}/${opts.name}`, opts.attachment || uid, opts.name, opts.ignore);
await fsp.mkdir(`${this.path}/raw/${uid}/`, { recursive: true });
await fsp.writeFile(`${this.path}/raw/${uid}/${opts.name}`, file)
}
Expand Down

0 comments on commit b496455

Please sign in to comment.