Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit f88735b

Browse files
author
Alan Shaw
committed
fix: typo in use strict
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent b51ab71 commit f88735b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/files-regular/add-from-url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use-strict'
1+
'use strict'
22

33
const { URL } = require('url')
44
const fetch = require('../../runtime/fetch-nodejs')

0 commit comments

Comments
 (0)