Comparing version 0.0.14 to 0.0.15
@@ -11,5 +11,4 @@ "use strict"; | ||
this.pollingInterval = 1000; | ||
Object.keys(message).forEach(key => { | ||
this[key] = message[key]; | ||
}); | ||
this.id = message.id; | ||
this.to_email = message.to_email; | ||
} | ||
@@ -16,0 +15,0 @@ |
{ | ||
"name": "mailtrap", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "simple mailtrap api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7439
182