File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ class Formatter {
158
158
workDict [ 'content-type' ] = dict [ 'content_type' ] ;
159
159
workDict [ 'content-encoding' ] = dict [ 'content_encoding' ] ;
160
160
workDict [ 'absolute-expiry-time' ] = dict [ 'absolute_expiry_time' ] ;
161
- workDict [ 'creation-time' ] = dict [ 'creation_time' ] . getTime ( ) ;
161
+ workDict [ 'creation-time' ] = dict [ 'creation_time' ] ? .getTime ( ) ;
162
162
workDict [ 'group-id' ] = dict [ 'group_id' ] ;
163
163
workDict [ 'group-sequence' ] = dict [ 'group_sequence' ] ;
164
164
workDict [ 'reply-to-group-id' ] = dict [ 'reply_to_group_id' ] ;
@@ -211,7 +211,7 @@ class Formatter {
211
211
workDict [ 'content-type' ] = dict [ 'content_type' ] ;
212
212
workDict [ 'content-encoding' ] = dict [ 'content_encoding' ] ;
213
213
workDict [ 'absolute-expiry-time' ] = dict [ 'absolute_expiry_time' ] ;
214
- workDict [ 'creation-time' ] = dict [ 'creation_time' ] . getTime ( ) ;
214
+ workDict [ 'creation-time' ] = dict [ 'creation_time' ] ? .getTime ( ) ;
215
215
workDict [ 'group-id' ] = dict [ 'group_id' ] ;
216
216
workDict [ 'group-sequence' ] = dict [ 'group_sequence' ] ;
217
217
workDict [ 'reply-to-group-id' ] = dict [ 'reply_to_group_id' ] ;
You can’t perform that action at this time.
0 commit comments