Skip to content

Commit

Permalink
Fix bug that caused tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
chrztoph committed Nov 10, 2023
1 parent f567130 commit cfad2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/import_verify_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def perform(background_job_id, _project_id, import_id)
if file_format == 'json-poeditor'
key_name = "#{json_key['context']}.#{json_key['term']}"
else
key_name = json_key
key_name = json_key.to_s
end

# Skip "texterify_" keys because they are reserved and can't be imported.
Expand Down

0 comments on commit cfad2de

Please sign in to comment.