Skip to content

Commit

Permalink
fix newlines in zoho sync slack message #EA-4082
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Feb 19, 2025
1 parent 63a2cdc commit 38079b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
public class ZohoSyncService extends BaseZohoAccess {

public static final String ZOHO_SYNC_SLACK_TEMPLATE =
"%d organisations in Zoho were synchronised with the following actions:\\n"
+ "created: %d, updated: %d, deprecated: %d, undeprecated: %d, permanently deleted: %d, failed: %d\\n"
"%d organisations in Zoho were synchronised with the following actions:\n"
+ "created: %d, updated: %d, deprecated: %d, undeprecated: %d, permanently deleted: %d, failed: %d\n"
+ "%s";


Expand Down

0 comments on commit 38079b9

Please sign in to comment.