Skip to content

Commit c0507e4

Browse files
authored
Update send-conversions.js
1 parent fc34892 commit c0507e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/lib/buzzlead/send-conversions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = async ({ appSdk, storeId, auth }, order, appData) => {
8585
throw new Error('Unexpected response status');
8686
}
8787
} catch (error) {
88-
if (error.response?.data?.message?.includes('Conversão já gerada') {
88+
if (error.response?.data?.message?.includes('Conversão já gerada')) {
8989
return null;
9090
}
9191
console.error('Error making request:', error);

0 commit comments

Comments
 (0)