bugfix for export

master
tjgionet 2018-07-17 14:34:23 -04:00
parent 3e58f42019
commit 1ee516363f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
mopdule.exports = class Volatile { module.exports = class Volatile {
constructor(obj) { constructor(obj) {
this.obj = obj; this.obj = obj;
} }