Skip to content

Commit

Permalink
Minor destructuring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dukuo committed Mar 8, 2020
1 parent ff21ea4 commit 28f0d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export default class Physar {
this.worldConstraints.push({
id,
constraint,
isActive = true
isActive: true
})

return id
Expand Down

0 comments on commit 28f0d93

Please sign in to comment.