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

Commit

Permalink
fix: typo in use strict
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
Alan Shaw committed Dec 12, 2018
1 parent b51ab71 commit f88735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/files-regular/add-from-url.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use-strict'
'use strict'

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

0 comments on commit f88735b

Please sign in to comment.