File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -242,9 +242,7 @@ class TraktInstance {
242
242
}
243
243
244
244
// If the progressBar instance exists, update its progress with the elapsed duration
245
- if ( progressBar ) {
246
- progressBar . update ( elapsedDuration ) ;
247
- }
245
+ if ( progressBar ) progressBar . update ( elapsedDuration ) ;
248
246
249
247
// If the mode is set to standard cli logging
250
248
if ( this . credentials ?. mode === 'standard_log' ) {
@@ -284,9 +282,7 @@ class TraktInstance {
284
282
}
285
283
286
284
// If the progressBar instance exists, update its progress with the elapsed duration
287
- if ( progressBar ) {
288
- progressBar . update ( elapsedDuration ) ;
289
- }
285
+ if ( progressBar ) progressBar . update ( elapsedDuration ) ;
290
286
291
287
// If the mode is set to standard cli logging
292
288
if ( this . credentials ?. mode === 'standard_log' ) {
You can’t perform that action at this time.
0 commit comments