Skip to content

Commit

Permalink
fak da linter
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 13, 2024
1 parent 6daae4c commit be39ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/lib/disk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ export class DiskWrapper {

if (key === 'local') {
return new FSDriver({
location,
location: location!,
visibility: 'private',
urlBuilder: { generateURL: generateUrl(publicPath) },
urlBuilder: { generateURL: generateUrl(publicPath!) },
})
}

Expand Down

0 comments on commit be39ee0

Please sign in to comment.