Skip to content

Commit 3041ab7

Browse files
volta2030Copilot
andauthored
Update imgkit/processing/image_loader.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 23af15b commit 3041ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imgkit/processing/image_loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ImageLoader {
125125
}
126126

127127
static getBufferLoader(buffer, extension) {
128-
if (extension == "pix") {
128+
if (extension === "pix") {
129129
const pixData = Pix.openFromBuffer(buffer);
130130
return Pix.toSharp(pixData);
131131
}

0 commit comments

Comments
 (0)