don't spam slack
This commit is contained in:
parent
c485b89972
commit
79b9eda568
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ export async function claimSync () {
|
|||
for (let claim of claims) {
|
||||
if (claim.value === null) {
|
||||
console.log(claim);
|
||||
await logErrorToSlack('Failed to process claim ' + claim.claimId + ' due to missing value');
|
||||
// await logErrorToSlack('Failed to process claim ' + claim.claimId + ' due to missing value');
|
||||
console.error('Failed to process claim ' + claim.claimId + ' due to missing value');
|
||||
continue;
|
||||
}
|
||||
claim.value = JSON.parse(claim.value).Claim;
|
||||
|
|
Loading…
Reference in a new issue