Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Hauser committed Feb 29, 2020
1 parent 6cda542 commit a84aad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/services/conflate.data.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function mergeFountainProperties(ftn, mergeNotes='', mergeDistance=null, debugAl
let mergedProperties = {};
// loop through each property in the metadata
_.forEach(fountain_property_metadata, (p)=>{
// foutnain template with default property values copied in
// fountain template with default property values copied in
let temp = {
id: p.id,
value: p.value,
Expand Down

0 comments on commit a84aad5

Please sign in to comment.