Skip to content

Commit

Permalink
[CLEAN] Remove a meaningless code
Browse files Browse the repository at this point in the history
  • Loading branch information
takegue committed Sep 9, 2021
1 parent f2c2c20 commit 247c37e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/embulk/output/bigquery/bigquery_client.rb
Expand Up @@ -440,7 +440,6 @@ def create_table_if_not_exists(table, dataset: nil, options: nil)
}
end

options['expiration_time'] ||= nil
if options['expiration_time']
# expiration_time is expressed in milliseconds
body[:expiration_time] = (Time.now.to_i + options['expiration_time']) * 1000
Expand Down

0 comments on commit 247c37e

Please sign in to comment.