Browse Source

Improve line breaks

pull/7332/head
Thomas Kaul 21 hours ago
parent
commit
c4746669df
  1. 2
      libs/common/src/lib/config.ts

2
libs/common/src/lib/config.ts

@ -184,6 +184,8 @@ export const DERIVED_CURRENCIES = [
} }
]; ];
export const E_MAIL_LINE_BREAK = '%0D%0A';
export const GATHER_ASSET_PROFILE_PROCESS_JOB_NAME = 'GATHER_ASSET_PROFILE'; export const GATHER_ASSET_PROFILE_PROCESS_JOB_NAME = 'GATHER_ASSET_PROFILE';
export const GATHER_ASSET_PROFILE_PROCESS_JOB_OPTIONS: JobOptions = { export const GATHER_ASSET_PROFILE_PROCESS_JOB_OPTIONS: JobOptions = {
attempts: 12, attempts: 12,

Loading…
Cancel
Save