Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/camicroscope/Distro into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
birm committed Apr 2, 2020
2 parents d50690b + 3694f01 commit 1b262e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let defaultTemplate = {
db.template.insert(defaultTemplate)

var defaultConfigs=[{
config_name:"preset_label",
name:"preset_label",
configuration:[
{
title:"Lymph",
Expand Down Expand Up @@ -431,4 +431,4 @@ var defaultConfigs=[{
]
}];

db.configuration.insertMany(defaultConfigs)
db.config.insertMany(defaultConfigs)

0 comments on commit 1b262e2

Please sign in to comment.