Skip to content

Commit 247c37e

Browse files
committed
[CLEAN] Remove a meaningless code
1 parent f2c2c20 commit 247c37e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/embulk/output/bigquery/bigquery_client.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ def create_table_if_not_exists(table, dataset: nil, options: nil)
440440
}
441441
end
442442

443-
options['expiration_time'] ||= nil
444443
if options['expiration_time']
445444
# expiration_time is expressed in milliseconds
446445
body[:expiration_time] = (Time.now.to_i + options['expiration_time']) * 1000

0 commit comments

Comments
 (0)