added asset re-write

This commit is contained in:
Wyatt Johnson
2018-01-16 16:47:05 -07:00
parent 13fc91b355
commit e3cdad1f2a
2 changed files with 55 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const AssetSchema = new Schema(
publication_date: Date,
modified_date: Date,
// This object is used exclusivly for storing settings that are to override
// This object is used exclusively for storing settings that are to override
// the base settings from the base Settings object. This is to be accessed
// always after running `rectifySettings` against it.
settings: {