Merge branch 'typo-fix' into 'master'

fixed typo 'properites' -> 'properties'

See merge request medlabboulder/modpol!14
This commit is contained in:
Nathan Schneider 2021-04-11 04:11:19 +00:00
commit 8feae2d57e

View File

@ -240,7 +240,7 @@ modpol.add_org = function(org_name, members, parent_id, properties)
org.name = org_name -- do not change this without the proper api function. This is only a reference, not the only place this is recorded.
org.members = members
org.parent = parent_org_id
org.properties = properites or org.properties
org.properties = properties or org.properties
org.policies = default_policies
org.children = {}