Skip to content

Commit

Permalink
Remove klamm sync error causing crash
Browse files Browse the repository at this point in the history
  • Loading branch information
timwekkenbc committed Nov 12, 2024
1 parent 62e16e9 commit d7acea6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/klamm/klamm.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ export class KlammService {
await this.axiosKlammInstance.put(`${process.env.KLAMM_API_URL}/api/brerules/${currentKlamRuleId}`, rulePayload);
} catch (error) {
this.logger.error(`Error updating rule ${currentKlamRuleId} in Klamm:`, error.message);
throw new Error(`Error updating rule ${currentKlamRuleId} in Klamm`);
}
}

Expand Down

0 comments on commit d7acea6

Please sign in to comment.