Skip to content

Commit 37de4a5

Browse files
committed
fix: remove unused param
1 parent 35c3869 commit 37de4a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils.js

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ export function applyMappings(path, mappings) {
99
}
1010
}
1111

12-
if (!appendToken) {
13-
return [path.toString(), null];
14-
}
15-
1612
if (!variableName) {
1713
throw new Error(`No mapping found for path: ${path}`);
1814
}

0 commit comments

Comments
 (0)