Skip to content

Commit e58161b

Browse files
magnegrs
authored andcommitted
fix: updating message_annotations type
1 parent 6faa020 commit e58161b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ define_outcome({
287287
fields:[
288288
{name:'delivery_failed', type:'boolean'},
289289
{name:'undeliverable_here', type:'boolean'},
290-
{name:'message_annotations', type:'map'}
290+
{name:'message_annotations', type:'symbolic_map'}
291291
]});
292292

293293
module.exports = message;

0 commit comments

Comments
 (0)