Skip to content

Commit 24fa7c1

Browse files
committed
Expose severity on notification in driver
1 parent c28ce13 commit 24fa7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v1/result-summary.js

+1
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)