Skip to content

Commit

Permalink
Minor edit to classes/simulator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ericman314 committed Oct 29, 2018
1 parent 097b91d commit 8d43dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/classes/simulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Assets {
}

export default class Simulator {
constructor(params) {
constructor(params = {}) {
this.id = params.id || uuid.v4();
this.name = params.name || "Simulator";
this.layout = params.layout || "LayoutDefault";
Expand Down

0 comments on commit 8d43dff

Please sign in to comment.