Skip to content

Commit f4fda82

Browse files
bensabicCopilot
andauthored
chore: update plugins/brandfetch/steps/get-brand.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ed93f6a commit f4fda82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/brandfetch/steps/get-brand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async function stepHandler(
152152
if (response.status === 404) {
153153
return {
154154
success: false,
155-
error: `Brand not found for: ${input.identifier}`,
155+
error: `Brand not found for: ${identifier}`,
156156
};
157157
}
158158
const errorData = (await response.json().catch(() => ({}))) as {

0 commit comments

Comments
 (0)