bugfix for export
parent
3e58f42019
commit
1ee516363f
|
|
@ -1,4 +1,4 @@
|
||||||
mopdule.exports = class Volatile {
|
module.exports = class Volatile {
|
||||||
constructor(obj) {
|
constructor(obj) {
|
||||||
this.obj = obj;
|
this.obj = obj;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue