Skip to content

Commit 2e57858

Browse files
committed
chore: remove redundant await 🌸
1 parent a408d30 commit 2e57858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function ParcelCssLoader(
2525
const transform = implementation?.transform ?? _transform
2626

2727
try {
28-
const { code, map } = await transform({
28+
const { code, map } = transform({
2929
filename: this.resourcePath,
3030
code: Buffer.from(source),
3131
sourceMap: this.sourceMap,

0 commit comments

Comments
 (0)