attempt ignoring error
This commit is contained in:
parent
f4ca5ccd62
commit
fb319cd2f1
@ -36,9 +36,12 @@ async function processCurrentLandUseClassifications(
|
||||
if(error instanceof ArgumentError && error.argumentName === 'landUseUpdate') {
|
||||
error.argumentName = 'buildingUpdate';
|
||||
}
|
||||
if(error instanceof TypeError && error.argumentName === 'landUseGroupUpdate') {
|
||||
} else {
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user