Skip to content

Commit 864e2da

Browse files
committed
extra comment removed
1 parent 094e830 commit 864e2da

2 files changed

Lines changed: 21 additions & 22 deletions

File tree

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/commands/functions/functions-create.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ const downloadFromURL = async function (command, options, argumentName, function
394394
folderContents.map(async ({ download_url: downloadUrl, name }) => {
395395
try {
396396
const res = await fetch(downloadUrl)
397-
// SAFE:
398397
const finalName = path.basename(name, '.js') === functionName
399398
? `${nameToUse}.js`
400399
: path.basename(name) // ← strip any directory components

0 commit comments

Comments
 (0)