Skip to content

Commit 01a6a6e

Browse files
committed
lint
1 parent 6493770 commit 01a6a6e

File tree

1 file changed

+1
-1
lines changed
  • packages/repl/src/lib/workers/bundler

1 file changed

+1
-1
lines changed

packages/repl/src/lib/workers/bundler/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ async function get_bundle(
298298
imports.add(pkg_name);
299299
}
300300

301-
const fetch_package_info = async (pkg_url) => {
301+
const fetch_package_info = async (pkg_url: string) => {
302302
try {
303303
pkg_url = await follow_redirects(pkg_url, uid);
304304

0 commit comments

Comments
 (0)