Skip to content

Commit 4a82ae2

Browse files
committed
Merge pull request #34 from pontusmelke/1.0-severity
Expose severity on notification in driver
2 parents 620d2f6 + 24fa7c1 commit 4a82ae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v1/result-summary.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ class Notification {
234234
this.code = notification.code;
235235
this.title = notification.title;
236236
this.description = notification.description;
237+
this.severity = notification.severity;
237238
this.position = this._constructPosition(notification.position);
238239
}
239240

0 commit comments

Comments
 (0)