Skip to content

Commit

Permalink
Remove forgotten process.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Sep 25, 2023
1 parent 95da37f commit 8423e8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/data-pusher/src/api-requests/data-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const makeTemplateRequests = async (signedApiUpdate: SignedApiUpdate): Pr
if (!response.success) {
const message = `Failed to post process successful API call`;
getLogger().warn(message, { templateId, operationTemplateId, errorMessage: response.errorMessage });
process.exit(1);
return null;
}
return [templateId, response];
Expand Down

0 comments on commit 8423e8f

Please sign in to comment.