Browse Source

fix @missinglink's typo

pull/936/head
Stephen Hess 8 years ago
parent
commit
bfa8475443
  1. 2
      middleware/interpolate.js

2
middleware/interpolate.js

@ -57,7 +57,7 @@ function setup(service, should_execute) {
// note: we now merge those values with the existing 'street' record // note: we now merge those values with the existing 'street' record
logger.debug(`[interpolation] [hit] ${req.clean.parsed_text} ${JSON.stringify(interpolation_result)}`); logger.debug(`[interpolation] [hit] ${req.clean.parsed_text} ${JSON.stringify(interpolation_result)}`);
// -- metatdata -- // -- metadata --
source_result.layer = 'address'; source_result.layer = 'address';
source_result.match_type = 'interpolated'; source_result.match_type = 'interpolated';

Loading…
Cancel
Save