Skip to content

Commit 28ffcdd

Browse files
volta2030Copilot
andauthored
Update imgkit/core/image_layer.js
remove result variable Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3d6cefa commit 28ffcdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imgkit/core/image_layer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ class ImageLayer {
505505
}
506506

507507
async applyWatermark({ filePath }) {
508-
const result = await ImageProcessor.applyWatermark(filePath);
508+
await ImageProcessor.applyWatermark(filePath);
509509
}
510510

511511
/**

0 commit comments

Comments
 (0)